MCP Directory

vezlo/src-to-kb

GitHub
Developer Tools

Convert source code repositories into searchable knowledge bases with AI-powered search using GPT-5, intelligent chunking, and OpenAI embeddings for semantic code understanding.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y src-to-kb

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route vezlo/src-to-kb intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add src-to-kb

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use vezlo/src-to-kb directly without routing

npx -y src-to-kb

New to Agent-CoreX? View setup guide →

vezlo/src-to-kb MCP Server — Agent-CoreX