Skip to content
Grok

crapkit for Grok

io.github.jeanfrancoisgagne/crapkit

Twelve tools to inspect CRAP scores, find work, and check edited functions against their ceiling.

client:Grok transport:stdio runtime:pypi

Install crapkit in Grok

.mcp.json (in your project root)

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

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

crapkit in other clients