heliosdb-codekb-mcp

dimensigon/heliosdb-codekb-mcp
★ 0 stars Rust 🤖 AI/LLM Updated 1d ago
MCP server for code+docs knowledge bases — embeds HeliosDB-Nano (https://github.com/dimensigon/HDB-HeliosDB-Nano) as a Rust library. Exposes LSP-shaped + GraphRAG tools to Claude Code, Cursor, Codex, and any MCP-aware agent over stdio or HTTP.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "heliosdb-codekb-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "heliosdb-codekb-mcp"
      ]
    }
  }
}

README Excerpt

MCP stdio server for code+docs knowledge bases. Embeds `graph-rag`, `mcp-endpoint`, `code-embed` features) and exposes its LSP-shaped + GraphRAG tools to Claude Code, Cursor, Codex, Aider, and any other MCP-aware agent — over plain stdio JSON-RPC, no ports, no auth dance, all local. Three things at once:

Tools (2)

globalhybrid