MCP.so
登录
M

Mcp Memory Gateway

@IgorGanapolsky

关于 Mcp Memory Gateway

MCP Memory Gateway is a pre-action gate engine for AI coding agents. Unlike memory servers that store and retrieve context (Mem0, Zep), this server enforces behavior change: repeated failures are auto-promoted into prevention rules, and PreToolUse hooks physically block tool call

基本信息

分类

记忆与知识

传输方式

stdio

发布者

IgorGanapolsky

提交者

Igor G.

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-memory-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-memory-gateway",
        "serve"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Memory Gateway?

Mcp Memory Gateway is a pre-action gate engine for AI coding agents. Unlike memory servers that store and retrieve context, it enforces behavior change by auto-promoting repeated failures into prevention rules and physically blocking tool calls that match known failure patterns before they execute. It captures structured up/down feedback, validates against a rubric engine, promotes to searchable JSONL and LanceDB vector memory, and recalls relevant context at session start.

How to use Mcp Memory Gateway?

Install with npx mcp-memory-gateway init. It works with Claude Code, Codex, Gemini, Amp, Cursor, and any MCP-compatible agent. No further configuration or invocation details are provided in the README.

Key features of Mcp Memory Gateway

  • Pre-action gate engine blocks tool calls before they execute.
  • Repeated failures auto-promote into prevention rules.
  • Captures structured up/down feedback with rubric validation.
  • Promotes validated feedback to searchable JSONL and LanceDB vector memory.
  • Recalls relevant context at session start.
  • Works with Claude Code, Codex, Gemini, Amp, and Cursor.

Use cases of Mcp Memory Gateway

  • Preventing AI agents from repeating known mistakes during coding sessions.
  • Enforcing behavior change by physically blocking harmful tool calls.
  • Curating high-quality feedback signals through rubric validation.
  • Recalling past failure patterns at the start of a new session.

FAQ from Mcp Memory Gateway

What differentiates Mcp Memory Gateway from other memory servers like Mem0 or Zep?

Mcp Memory Gateway is a pre-action gate engine that enforces behavior change by blocking tool calls that match known failure patterns, rather than simply storing and retrieving context.

What runtime or dependencies does Mcp Memory Gateway require?

The README does not specify runtime or dependencies beyond being installable via npx mcp-memory-gateway init.

Where is memory data stored?

Memory is stored in searchable JSONL files and LanceDB vector memory.

What agents or clients are compatible with Mcp Memory Gateway?

It works with Claude Code, Codex, Gemini, Amp, Cursor, and any MCP-compatible agent.

Does Mcp Memory Gateway support feedback validation?

Yes, it captures structured up/down feedback and validates it against a rubric engine, rejecting vague signals.

评论

记忆与知识 分类下的更多 MCP 服务器