Skip to content
Cursor

Glitch Toolkit for Cursor

io.github.abstractglitch/glitch-toolkit

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

client:Cursor transport:stdio runtime:pypi

Install Glitch Toolkit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Glitch Toolkit in other clients