src-to-kb
by vezlo·★ 32·Score 43
MCP server that converts source code to searchable knowledge base with IDE integration.
Overview
src-to-kb is a comprehensive tool that transforms source code repositories into searchable knowledge bases using intelligent chunking, embedding generation, and AI-powered search. The MCP server integration enables direct connectivity with Claude Code and Cursor IDEs, allowing developers to query their codebase naturally in their development environment. It supports multiple programming languages and offers various answer modes tailored to different user types.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need AI-powered search across large codebases and want direct IDE integration with Claude Code or Cursor.
When NOT to choose this
Avoid this if you need real-time code analysis or if you prefer an open-source license as it's AGPL v3 licensed.
Tools this server exposes
5 tools extracted from the READMEsrc-to-kbGenerate knowledge base from source code or Notion pages
src-to-kb-searchSearch the generated knowledge base with different answer modes
src-to-kb-uploadUpload local knowledge base to external server
src-to-kb-mcpStart MCP server for IDE integration
src-to-kb-mcp-installAuto-configure Claude Code/Cursor with MCP
Note: Extracted from CLI commands in the README, as there's no explicit 'Tools' section. These appear to be the main tools exposed by the server, though exact MCP tool names may differ from CLI commands.
Comparable tools
Installation
Install the package globally via npm:
npm install -g @vezlo/src-to-kbTo start the MCP server:
src-to-kb-mcpFor Claude Desktop integration, add this to your claude_desktop_config.json:
{
"mcpServers": {
"src-to-kb": {
"command": "src-to-kb-mcp"
}
}
}FAQ
- What programming languages does src-to-kb support?
- It supports JavaScript, TypeScript, Python, Java, C++, Go, Rust, and more.
- How does the MCP server integrate with IDEs?
- It provides direct integration with Claude Code and Cursor IDEs through the MCP protocol, allowing natural language queries within the development environment.
Compare src-to-kb with
Last updated · Auto-generated from public README + GitHub signals.