ThumbGate - AI Agent Safety Gates
Prevents AI coding agents from repeating mistakes by capturing feedback, auto-generating prevention rules, and blocking known-bad actions before execution
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 4 AI agents
- Lifetime updates included
Description
--- name: thumbgate description: > ThumbGate provides pre-action gates for AI coding agents. It captures thumbs-up/down feedback on agent actions, auto-promotes repeated failures into prevention rules, and blocks known-bad tool calls via PreToolUse hooks. Trigger when the user wants to add safety guardrails to an AI agent workflow, capture structured feedback on agent output, generate prevention rules from failure patterns, gate high-risk actions before execution, or export DPO training pairs from production feedback. Works with any MCP-compatible agent including Cursor, Codex, Gemini CLI, Amp, and OpenCode. --- # ThumbGate Pre-action gates that stop AI coding agents from repeating known mistakes. ## Quick Start ```bash npx thumbgate init ``` This installs the MCP server and wires it into your agent's tool configuration. No API keys required for the free tier. Or install globally: ```bash npm install -g thumbgate thumbgate init ``` ### MCP Configuration Add to your agent's MCP config (e.g., `claude_desktop_config.json` or `.cursor/mcp.json`): ```json { "mcpServers": { "thumbgate": { "command": "npx", "args": ["-y", "thumbgate"] } } } ``` ## How It Works ### Feedback Capture When an agent action succeeds or fails, capture structured feedback: - **Thumbs up**: Records what worked, tags it, and stores it as a reusable pattern. - **Thumbs down**: Records the failure context, what went wrong, and what to change. Repeated failures auto-promote into prevention rules. ### Prevention Rules After a failure pattern repeats (default: 2 occurrences), ThumbGate auto-generates a prevention rule. These rules are injected into agent context before every tool call, blocking the known-bad pattern before it executes. ### Pre-Action Gates Gates intercept tool calls via the MCP PreToolUse hook. Each gate checks the proposed action against: 1. Prevention rules generated from past failures 2. Thompson Sampling confidence scores (adaptive sensitivity) 3. LanceDB vector similarity to known-bad patterns If a match is found, the gate blocks execution and surfaces the prior failure context. ### Context Packs Bounded retrieval of relevant feedback history for the current task. The agent gets exactly the lessons that matter, not the entire history. ## MCP Tools Provided | Tool | Description | |------|-------------| | `capture_feedback` | Record thumbs-up/down with structured context | | `search_lessons` | Query the lesson DB by keyword or semantic similarity | | `get_prevention_rules` | Retrieve active prevention rules for the current context | | `session_primer` | Get session handoff context (last task, next step, blockers) | | `export_dpo` | Export feedback pairs in DPO training format | ## Tiers | | Free | Pro | Team | |---|---|---|---| | Feedback capture | 3/day | Unlimited | Unlimited | | Lesson search | 5/day | Unlimited | Unlimited | | Active gates | 5 | Unlimited | Unlimited | | Dashboard | - | Yes | Yes | | DPO export | - | Yes | Yes | | Seats | 1 | 1 | Per-seat | | Price | $0 | $19/mo or $149/yr | $49/seat/mo | Start a 7-day free trial of Pro: <https://thumbgate-production.up.railway.app/pro?utm_source=skill&utm_medium=agent_context&utm_campaign=pro_page> ## Compatibility ThumbGate works with any MCP-compatible agent: - Cursor - Codex - Gemini CLI - Amp - OpenCode - Any agent supporting the Model Context Protocol ## Links - NPM: [thumbgate](https://www.npmjs.com/package/thumbgate) - Repository: [IgorGanapolsky/ThumbGate](https://github.com/IgorGanapolsky/ThumbGate) - Dashboard: <https://thumbgate-production.up.railway.app/dashboard>
Security Status
Unvetted
Not yet security scanned
Related AI Tools
More Grow Business tools you might like
codex-collab
FreeUse when the user asks to invoke, delegate to, or collaborate with Codex on any task. Also use PROACTIVELY when an independent, non-Claude perspective from Codex would add value — second opinions on code, plans, architecture, or design decisions.
Rails Upgrade Analyzer
FreeAnalyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.
Asta MCP — Academic Paper Search
FreeDomain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.
Hand Drawn Diagrams
FreeCreate hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.
Move Code Quality Checker
FreeAnalyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working
Claude Memory Kit
Free"Persistent memory system for Claude Code. Your agent remembers everything across sessions and projects. Two-layer architecture: hot cache (MEMORY.md) + knowledge wiki. Safety hooks prevent context loss. /close-day captures your day in one command. Z