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 thumbgateRelated MCP servers
MCP Memory Gateway
Active
Pre-action gates that block AI agents from repeating known mistakes.
24
View repository →JavaScript
MIT
RLHF feedback loop for AI agents. Capture signals, promote memories, block mistakes, export DPO.
24
View repository →JavaScript
MIT