Skip to content
Grok

ckb for Grok

io.github.simplyliz/ckb

Code intelligence MCP server — 80+ tools for navigation, impact analysis, and architecture

client:Grok transport:stdio runtime:npm

Install ckb in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ckb": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tastehub/ckb"
      ]
    }
  }
}

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

ckb in other clients