developer tools
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.
typescript
cloud
local
developer tools
Installation
npx -y vezlo/src-to-kbConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "src-to-kb",
"command": "npx",
"args": [
"-y",
"vezlo/src-to-kb"
]
}About This MCP Server
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub