Converts source code into a structured knowledge base for LLMs. Extracts code, comments, and metadata, then indexes it for intelligent search. Connects to GitHub repositories and local codebases. Developers use it to build AI-powered code documentation and search tools.
Converts source code into a structured knowledge base for LLMs. Extracts code, comments, and metadata, then indexes it for intelligent search. Connects to GitHub repositories and local codebases. Developers use it to build AI-powered code documentation and search tools.
npx -y @vezlo/src-to-kbAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"vezlo-src-to-kb-github": {
"command": "npx",
"args": [
"-y",
"npx -y @vezlo/src-to-kb"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from src to kb?"
API Key Required
This server requires an API key from src to kb. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| SRC_TO_KB_API_KEY | Yes | Your src to kb API key |
"What resources are available in src to kb?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in src to kb"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in src to kb with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.