Skip to content
Grok

Keel for Grok

io.github.lutfizp/keel

Control plane MCP that dedups scanner output, rate-limits hosts, and runs non-destructive proofs.

client:Grok transport:stdio runtime:pypi

Install Keel in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "keel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "keel-pentest"
      ]
    }
  }
}

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

Keel in other clients