BLOG / MCP

MCP & AI Agents

Model Context Protocol, AI agent integration, and codebase context for LLMs

Giving AI Coding Agents Real Codebase Context
mcp10 min read

Giving AI Coding Agents Real Codebase Context

Codebase context for AI agents turns one index into 9 task-shaped MCP tools, cutting tokens 96% and stale guesses. See how structured context works — try repowise.

2026-06-26Read →
Claude Code Context Management for Large Codebases
mcp11 min read

Claude Code Context Management for Large Codebases

Claude Code large codebase work fails for a simple reason: the model can only reason over what fits in its context window. A big repo does not fit. A good…

2026-05-20Read →
Cursor Codebase Context: MCP Setup That Actually Helps
mcp9 min read

Cursor Codebase Context: MCP Setup That Actually Helps

Cursor MCP works best when you stop treating it like a magic search box and start treating it like a source of structured codebase context. Cursor’s own docs…

2026-05-20Read →
What Model Context Protocol actually sends to Claude Code
mcp9 min read

What Model Context Protocol actually sends to Claude Code

See how model context protocol sends structured repo data to Claude Code, with a wire-level example and 7 tools to inspect.

2026-05-20Read →
Same refactor, 27× fewer tokens with Repowise MCP
mcp10 min read

Same refactor, 27× fewer tokens with Repowise MCP

See how Repowise MCP cut the same refactor to 27× fewer tokens, with transcript and tool-call traces showing the exact savings.

2026-05-17Read →
When an MCP tool should return raw text, not answers
mcp9 min read

When an MCP tool should return raw text, not answers

A practical mcp tools design rule: return raw evidence when the model needs to inspect files, symbols, or decisions. See the boundary in Repowise.

2026-05-08Read →
Why we ship a graph-aware MCP server instead of file readers
mcp10 min read

Why we ship a graph-aware MCP server instead of file readers

Graph aware mcp cuts grep loops: resolve callers, dependents, and review impact in one hop. See the token and latency math.

2026-05-08Read →
Task-Shaped MCP Tools Beat Entity CRUD for Code Agents
mcp11 min read

Task-Shaped MCP Tools Beat Entity CRUD for Code Agents

See mcp tools design on a real regression: task-shaped tools cut re-reading and context loss, with 49% fewer calls and 27× fewer tokens.

2026-05-08Read →
9 MCP Tools That Make AI Agents Actually Useful for Code
mcp8 min read

9 MCP Tools That Make AI Agents Actually Useful for Code

The current state of AI-assisted engineering feels like a paradox. We have Large Language Models (LLMs) with massive context windows—some spanning millions o...

2026-04-01Read →
Give Your AI Agent Codebase Context Without Stuffing the Prompt
mcp11 min read

Give Your AI Agent Codebase Context Without Stuffing the Prompt

The engineering community is currently caught in a 'context arms race.' As LLM providers announce increasingly massive context windows—moving from 32k to 200...

2026-04-01Read →
How to Set Up an MCP Server for Claude Code, Cursor, and Cline
mcp8 min read

How to Set Up an MCP Server for Claude Code, Cursor, and Cline

The fundamental bottleneck in AI-assisted engineering isn't the model's reasoning capability; it’s the context window. Even with million-token windows, stuff...

2026-04-01Read →
What Is MCP (Model Context Protocol) and Why Your Codebase Needs a Server
mcp11 min read

What Is MCP (Model Context Protocol) and Why Your Codebase Needs a Server

We’ve all been there: staring at a 200,000-line repository, trying to explain the intricate dance of a distributed state machine to an LLM. You copy-paste th...

2026-04-01Read →