Skip to content
Grok

Glitch Toolkit for Grok

io.github.abstractglitch/glitch-toolkit

Read-only checks that fail a guardrail which is present but has stopped refusing anything

client:Grok transport:stdio runtime:pypi

Install Glitch Toolkit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "glitch-toolkit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "glitch-toolkit"
      ]
    }
  }
}

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

Glitch Toolkit in other clients