ThumbGate
Rank #825io.github.IgorGanapolsky/thumbgate
Pre-action gates that block AI agents from repeating known mistakes.
ThumbGate is a Model Context Protocol (MCP) server published by igorganapolsky. It ranks #825 of 115,707 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. ThumbGate is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 11 tracked versions. It was first listed on Mar 3, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 114,882 of 115,707 servers on MCP Toplist.
Use ThumbGate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add thumbgate -- npx -y mcp-memory-gateway[mcp_servers.thumbgate]
command = "npx"
args = ["-y", "mcp-memory-gateway"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"thumbgate": {
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"thumbgate": {
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"thumbgate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"thumbgate": {
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"thumbgate": {
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.IgorGanapolsky%2Fthumbgate)<a href="https://mcptoplist.com/server/io.github.IgorGanapolsky%2Fthumbgate"><img src="https://mcptoplist.com/badge/io.github.IgorGanapolsky%2Fthumbgate.svg" alt="MCP Toplist: Top 1% of 115,707" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 7 registries (1 delisted)
igorganapolsky
Available versions (11)
| Version | Published |
|---|---|
| 1.23.2 | May 29, 2026 |
| 0.7.4 | Mar 21, 2026 |
| 0.7.3 | Mar 19, 2026 |
| 0.7.1 | Mar 18, 2026 |
| 0.6.16 | Mar 12, 2026 |
| 0.6.15 | Mar 12, 2026 |
| 0.6.13 | Mar 11, 2026 |
| 0.6.7 | Mar 6, 2026 |
| 0.6.6 | Mar 6, 2026 |
| 0.6.2 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains ThumbGate?
- ThumbGate is maintained by igorganapolsky, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is ThumbGate listed on the Official MCP Registry?
- Yes — ThumbGate is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does ThumbGate have?
- MCP Toplist tracks 11 versions of ThumbGate, most recently published on May 29, 2026.
- Where can I find the source code for ThumbGate?
- The source code for ThumbGate is hosted at github.com/igorganapolsky/thumbgate.