Skip to content
VS Code

ckg mcp for VS Code

io.github.yarmoluk/ckg-mcp

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

client:VS Code transport:stdio runtime:pypi

Install ckg mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ckg mcp in other clients