vezlo/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.
Quick Start
Clone the repository:
git clone https://github.com/vezlo/src-to-kbClaude Desktop configuration example:
{
"mcpServers": {
"src-to-kb": {
"command": "npx",
"args": [
"-y",
"vezlo/src-to-kb"
]
}
}
}Check the repository README for specific installation and configuration instructions.