gauntlet

coilysiren/gauntlet
★ 1 stars Python 🤖 AI/LLM Updated 6d ago
⚔️🛡️🎯 Gauntlet is a two-role adversarial MCP server that infers software correctness by observing how code behaves under sustained, targeted attack. Built for dark-factory environments where code is written by bots and verified by attack.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gauntlet": {
      "command": "uvx",
      "args": [
        "gauntlet"
      ]
    }
  }
}

Or install with pip: pip install gauntlet

README Excerpt

Gauntlet is a two-role adversarial MCP server that infers software correctness by observing how code behaves under sustained, targeted attack. It's designed as quality control for a dark-factory environment - where code is written by bots and verified by attack. **You run your service through the gauntlet.** That's the operating verb: point the host agent at a running service, hand it the trial set, and the gauntlet is what the service survives (or doesn't). The name comes from "running the gaun

Tools (1)

execute_plan

Topics

adversarial-testingaillmpydanticpythonquality-assurancered-teamingtesting