PluginBench
MCP Server
Active
MIT

ThumbGate MCP Server

io.github.IgorGanapolsky/thumbgate

What is the ThumbGate MCP server?

Pre-action gates that block AI agents from repeating known mistakes.

How to install ThumbGate

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "thumbgate": {
      "command": "npx",
      "args": [
        "-y",
        "thumbgate"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "thumbgate": {
      "command": "npx",
      "args": [
        "-y",
        "thumbgate"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "thumbgate": {
      "command": "npx",
      "args": [
        "-y",
        "thumbgate"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "thumbgate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "thumbgate"
      ]
    }
  }
}
Claude Code
claude mcp add thumbgate -- npx -y thumbgate

Related MCP servers

Pre-action gates that block AI agents from repeating known mistakes.

24
JavaScript
MIT
View repository →

RLHF feedback loop for AI agents. Capture signals, promote memories, block mistakes, export DPO.

24
JavaScript
MIT
View repository →