HeliosDB-CodeKB-MCP

HeliosDatabase/HeliosDB-CodeKB-MCP
★ 1 stars Rust 🤖 AI/LLM Updated today
MCP server that turns HeliosDB codebases and docs into queryable technical knowledge for Claude Code, Codex, and MCP clients.
View on GitHub → Try with Claude — $10 free →

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 library (`code-graph`, `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.

Tools (2)

globalhybrid