ckg-mcp

Yarmoluk/ckg-mcp
★ 3 stars Python AI/LLM Updated 1d ago
Compact Knowledge Graph MCP server — 42× more efficient than RAG on structural queries
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": {
    "ckg-mcp": {
      "command": "uvx",
      "args": [
        "ckg-mcp"
      ]
    }
  }
}

Or install with pip: pip install ckg-mcp

README Excerpt

mcp-name: io.github.Yarmoluk/ckg-mcp **Compact Knowledge Graph MCP server.** Pre-structured domain knowledge as a routing layer for agent stacks — 42× RDS advantage over RAG on structural queries. > Built on the [CKG Benchmark](https://github.com/Yarmoluk/ckg-benchmark) — 45 domains, 7,928 queries, fully reproducible results.

Tools (1)

dementia