Back to MCP Servers

Src To Kb

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

developer-toolsaiembedding

Installation

npx -y src-to-kb

Configuration

{
  "mcpServers": {
    "src-to-kb": {
      "command": "npx",
      "args": ["-y", "src-to-kb"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub