ckg mcp for Grok
io.github.yarmoluk/ckg-mcp
97-domain knowledge graphs for AI agents — 4× F1 of RAG, 11× fewer tokens. MCP-native.
client:Grok
transport:stdio
runtime:pypi
Install ckg mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ckg-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ckg-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs