Convert source code repositories into searchable knowledge bases with AI-powered search using GPT-5, intelligent chunking, and OpenAI embeddings for semantic code understanding.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y src-to-kbAgent-CoreX intelligently routes which tools from vezlo/src-to-kb your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"src-to-kb": {
"command": "npx",
"args": [
"-y",
"src-to-kb"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add src-to-kbAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use vezlo/src-to-kb directly without routing
npx -y src-to-kbNew to Agent-CoreX? View setup guide →