agent-gate

Jott2121/agent-gate
★ 1 stars Python AI/LLM Updated 2d ago
MCP server that adds a fail-closed quality gate and hash-chained receipt ledger to any AI agent workflow.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-gate": {
      "command": "uvx",
      "args": [
        "agent-gate"
      ]
    }
  }
}

Or install with pip: pip install agent-gate

README Excerpt

<!-- mcp-name: io.github.Jott2121/agent-gate --> **An MCP server that lets an AI agent gate its own work before it claims "done": deterministic checks, then an independent refute-first review, then a tamper-evident honest receipt.** Agents that grade their own homework ship low-quality output. `agent-gate` turns that discipline into tools an agent must actually pass: a **fail-closed** checklist and an **append-only, hash-chained** receipts ledger. It is [Fleet Mode](https://github.com/Jott2121/f

Tools (1)

ship

Topics

ai-agentsfleet-modeguardrailsllmmcpmodel-context-protocolpython