Skip to content
Grok

CodeNib for Grok

ai.codenib/codenib

Source-linked CodeGraph exploration, ranked search, and static navigation for coding agents.

client:Grok transport:stdio runtime:pypi

Install CodeNib in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "codenib": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codenib"
      ]
    }
  }
}

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

CodeNib in other clients