mcpbeat Sign in

Glitch Toolkit MCP Server

by abstractglitch Your server? Claim it
local only

Glitch Toolkit runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 11 Sep 2026.

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

Installs / week
pypi · glitch-toolkit
0
Stars
0 open issues
11 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands src/glitch/cli.py:163, [пакет] src/glitch/cli.py:163
        p = subprocess.run(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        p = subprocess.run(
Reads files and sends them to the network release_preflight.py:210
        files = [p.name for p in directory.iterdir() if p.is_file()]

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Glitch Toolkit and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add glitch-toolkit -- uvx glitch-toolkit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "glitch-toolkit": {
      "args": [
        "glitch-toolkit"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.glitch-toolkit]
command = "uvx"
args = ["glitch-toolkit"]
.cursor/mcp.json
{
  "mcpServers": {
    "glitch-toolkit": {
      "args": [
        "glitch-toolkit"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "glitch-toolkit": {
      "args": [
        "glitch-toolkit"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Glitch Toolkit

same job, measured the same way
Evr
by brienbounded

Checks agent traces for evidence-readiness: verifies evidence is present, not that it is true.

114 installs/wk local only
Failecho
by failecho

Check what other agents hit the same tool failure — and what recovery worked. Ask before retrying.

381 installs/wk 4 tools answering
MCP Folder Scout
by dharani0804

Read-only folder triage: what is in a folder, what is stale, and where the space went.

115 installs/wk local only
Aifordatabase MCP
by dann26parr69

Query any database in plain English or SQL through a guardrailed, read-only data layer.

31 installs/wk local only
Agent CRM
by khaoss85

Read-only docs for the Accordo CRM framework: what it proves, and where it stops.

3 tools answering
Marz Greta Lock Network
by eqbuilder

EQ scoring plus a read-only Storelayer matcher and guarded self-install; no website credentials

8 tools answering
FreshGate
by franktherecensor-hash

Paid MCP tool that checks whether a web page has changed. $0.001 per check via x402 on Base.

1 tools answering
Prumo
by tomd4vs

Checks the context files a coding agent reads against the git index, and reports what drifted.

79 installs/wk local only

Glitch Toolkit — questions

Answers built from our own checks of this server.

Why is there no uptime for Glitch Toolkit?
Glitch Toolkit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package glitch-toolkit.
How do I connect Glitch Toolkit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls glitch-toolkit straight from pypi; nothing to host, nothing to sign up for.
Is Glitch Toolkit open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.