Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. MCP Memory Gateway
MCP Memory Gateway logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:32:45 PM

MCP Memory Gateway

User RatingsBe the first to rate and review this MCP server!
View Repository26 GitHub StarsTotal stargazers on GitHub for the source repository (26 stars).Visit Website
ai-agentssecuritydeveloper-toolsmcp

Local pre-action checks for AI coding agents that capture feedback, block risky calls, and promote failures into prevention rules.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "igorganapolsky-mcp-memory-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "thumbgate"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

IgorGanapolsky/mcp-memory-gateway MCP server provides a local pre-action firewall for AI coding agents. It evaluates proposed tool calls through PreToolUse hooks or an MCP gate_check tool, then allows, warns, logs, or blocks based on detected risks and stored lessons. Explicit feedback can be captured as local lessons, while repeated failures can become prevention rules without changing model weights. Reach for it when an agent needs runtime safeguards against secret leaks, destructive commands, force-pushes, or other known mistakes.

Use cases

•Block secret leaks before an agent executes a tool call
•Warn on destructive shell commands and force-pushes
•Capture failed agent actions as reusable local lessons
•Promote repeated mistakes into prevention rules

Key features

•PreToolUse and pre-action checks
•Stdio MCP gate_check capability
•Local feedback and lesson capture
•Strict enforcement mode
•Automatic prevention-rule promotion
•Local dashboard and evaluation reports

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Memory Gateway.

Extracted Tool Capabilities
PreToolUse and pre-action checks
Stdio MCP gate_check capability
Local feedback and lesson capture
Strict enforcement mode
Automatic prevention-rule promotion
Local dashboard and evaluation reports

How MCP Memory Gateway works

What IgorGanapolsky/mcp-memory-gateway MCP server does

IgorGanapolsky/mcp-memory-gateway MCP server, presented in the repository as ThumbGate, places a check between an AI coding agent's proposed action and tool execution. Its primary use is preventing repeat mistakes during agentic development rather than retrieving general-purpose memory.

The default policy blocks detected secret leaks and two self-disable command classes: terminating the gate process and enabling the bypass environment override. Other listed risk patterns, including recursive deletion, force-pushes, fetch-and-run commands, and direct guardrail edits, produce a warning and log entry by default. Strict enforcement changes those warnings into denials through THUMBGATE_STRICT_ENFORCEMENT=1.

Feedback is saved as local lessons. A repeated, concrete failure can be promoted into a prevention rule, allowing later matching actions to surface the prior guidance or stop execution. The system operates at runtime and does not retrain or update model weights.

How it works

The enforcement path is local and does not require a cloud service. For agents with native hook support, ThumbGate runs in a pre-tool boundary such as PreToolUse or pre_tool_use. For MCP-compatible clients, it exposes the gate_check capability through a stdio MCP process. Cursor, Cline, OpenCode, and other MCP agents can use the advisory MCP path; the README describes direct hook enforcement for Claude Code, Codex, Gemini CLI, and ForgeCode.

A typical flow is to initialize the agent hooks, verify the wiring with doctor, and then capture feedback describing what happened and what should change. Later tool calls are matched against that stored context. The dashboard and evaluation commands provide local views and proof reports, but an empty dashboard after initial setup is considered a valid result.

The IgorGanapolsky/mcp-memory-gateway MCP server is therefore suited to teams that want controls applied before a tool call, rather than relying only on instructions in an agent prompt. The repository explicitly distinguishes a runtime hook from prompt advice: the hook can enforce the decision boundary before execution.

Setup and configuration

The README identifies the stdio MCP command as:

Terminal
npx -y thumbgate serve

npx -y thumbgate mcp is documented as an equivalent command. Do not substitute npm start for MCP setup; that starts the hosted HTTP API instead of the agent-facing stdio process.

For the broader local setup, initialize the desired agent with npx thumbgate init, then run npx thumbgate doctor to confirm that the PreToolUse hook is installed. The repository also documents agent-specific initialization for Claude Code, Codex, Gemini CLI, ForgeCode, Cursor, Cline, and OpenCode. The enforcement mode can be tightened with THUMBGATE_STRICT_ENFORCEMENT=1; without it, the listed high-risk classes warn and log rather than deny.

Tools and capabilities

The IgorGanapolsky/mcp-memory-gateway MCP server supports the following documented operations and behaviors:

  • Evaluate proposed tool calls before execution.
  • Expose an MCP gate_check path over stdio.
  • Hard-block detected secret leaks and direct self-disable attempts by default.
  • Warn and log selected risky commands, including rm -rf and force-pushes.
  • Capture thumbs-up or thumbs-down feedback with context and corrective guidance.
  • Promote repeated failures into local prevention rules.
  • Run prompt evaluations that produce reusable eval cases and local proof reports.
  • Open a local dashboard for gate activity and statistics.

These capabilities are focused on coding-agent governance. The provided material does not describe a remote hosted MCP endpoint, a database-backed memory service, or model-training integration.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 →
  • Entroly logoEntroly

    Auditable context control plane and MCP server for AI coding agents. Compresses context 70–95% (BM25 + entropy + dep-graph knapsack), stabilizes prompt prefixes for provider cache discounts, routes easy tasks to cheaper models (RAVS Bayesian router), and verifies answers locally with WITNESS hallucination guard (0.844 AUROC, $0, 3 ms). MemoryOS adds local budget-aware working/episodic/semantic memory with decay, safety scanning, and durable persistence. 38 agent integrations (Cursor, Claude Code, Codex, Aider, and more). Ships as MCP server (entroly serve), HTTP proxy, or Python/Rust library. Apache-2.0, local-first. pip install entroly

    🧠 Knowledge & Memory3 views
    Compare vs Entroly →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
26
Stargazers on the source repository.
npm downloads
2.2k
Package downloads in the last 30 days.
Last commit
2d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Memory Gateway

Run `npx -y thumbgate serve` to start its stdio MCP server. The README also documents `npx -y thumbgate mcp` as an equivalent command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Memory Gateway AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/igorganapolsky-mcp-memory-gateway?style=directory)](https://allmcps.com/mcp/igorganapolsky-mcp-memory-gateway)
HTML Embed
<a href="https://allmcps.com/mcp/igorganapolsky-mcp-memory-gateway"><img src="https://allmcps.com/api/badge/igorganapolsky-mcp-memory-gateway?style=directory" alt="MCP Memory Gateway on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsCursor, Cline / VS Code
Last updatedSep 9, 2026
13/13 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars26
GitHub Star CountTotal stargazers on GitHub representing community popularity (26 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
npm downloads2,175/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
59Quality signal: Good Ā· 59/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity10/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· thumbgate (npm)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to MCP Memory Gateway →Install in Claude DesktopInstall in CursorInstall in VS Code