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
0
View on GitHub

Installation

npx -y vezlo/src-to-kb

Configuration

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.

GitHub: https://github.com/vezlo/src-to-kb

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub