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
By vezlo
Installation
npx -y src-to-kbConfiguration
{
"mcpServers": {
"src-to-kb": {
"command": "npx",
"args": ["-y", "src-to-kb"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes