Skip to content
Cursor

ckg mcp for Cursor

io.github.yarmoluk/ckg-mcp

97-domain knowledge graphs for AI agents — 4× F1 of RAG, 11× fewer tokens. MCP-native.

client:Cursor transport:stdio runtime:pypi

Install ckg mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ckg-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ckg-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ckg mcp in other clients