MCP Catalogs
Home

src-to-kb

by vezlo·32·Score 43

MCP server that converts source code to searchable knowledge base with IDE integration.

developer-toolsai-llmknowledge-graph
7
Forks
3
Open issues
5 mo ago
Last commit
2d ago
Indexed

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:

you:Search codebase with natural language queries in IDEs like Claude Code and Cursor
you:Generate embeddings and vector search for codebase exploration
you:Integrate Notion documentation with source code in a unified knowledge base
you:What programming languages does src-to-kb support?
you:How does the MCP server integrate with IDEs?

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 README
  • src-to-kb

    Generate knowledge base from source code or Notion pages

  • src-to-kb-search

    Search the generated knowledge base with different answer modes

  • src-to-kb-upload

    Upload local knowledge base to external server

  • src-to-kb-mcp

    Start MCP server for IDE integration

  • src-to-kb-mcp-install

    Auto-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

code-search-mcpgithub-copilot-mcpsourcegraph-mcp

Installation

Install the package globally via npm:

npm install -g @vezlo/src-to-kb

To start the MCP server:

src-to-kb-mcp

For 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.