{
  "name": "thumbgate",
  "description": "Type 👍 or 👎 on any agent action. ThumbGate captures it, distills a lesson, and blocks the pattern from repeating. One thumbs-down = the agent physically cannot make that mistake again. 33 pre-action checks, budget enforcement, self-protection, and NIST/SOC2 compliance tags.",
  "version": "1.18.0",
  "author": {
    "name": "Igor Ganapolsky"
  },
  "homepage": "https://thumbgate-production.up.railway.app",
  "repository": "https://github.com/IgorGanapolsky/ThumbGate",
  "license": "MIT",
  "keywords": [
    "claude-desktop",
    "desktop-extension",
    "mcp",
    "pre-action-checks",
    "ai-agent-safety",
    "memory",
    "guardrails",
    "workflow-hardening"
  ],
  "skills": "./skills/",
  "mcpServers": {
    "thumbgate": {
      "command": "npx",
      "args": [
        "--yes",
        "--package",
        "thumbgate",
        "thumbgate",
        "serve"
      ]
    }
  }
}
