Skip to content
VS Code

Glitch Toolkit for VS Code

io.github.abstractglitch/glitch-toolkit

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

client:VS Code transport:stdio runtime:pypi

Install Glitch Toolkit in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Glitch Toolkit in other clients