Local MCP server that shows AI agents which patterns your team actually uses, what files a change will affect, and when there is not enough context to trust an edit. 30+ languages, fully local.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y codebase-contextAgent-CoreX intelligently routes which tools from PatrickSys/codebase-context your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"codebase-context": {
"command": "npx",
"args": [
"-y",
"codebase-context"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add codebase-contextAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use PatrickSys/codebase-context directly without routing
npx -y codebase-contextNew to Agent-CoreX? View setup guide →