MCP Server
Active
MIT
MCP Memory Gateway MCP Server
io.github.IgorGanapolsky/mcp-memory-gateway
What is the MCP Memory Gateway MCP server?
Pre-action gates that block AI agents from repeating known mistakes.
How to install MCP Memory Gateway
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": {
"mcp-memory-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-memory-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-memory-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-memory-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}Claude Code
claude mcp add mcp-memory-gateway -- npx -y mcp-memory-gatewayRelated MCP servers
RLHF feedback loop for AI agents. Capture signals, promote memories, block mistakes, export DPO.
24
View repository →JavaScript
MIT
ThumbGate
Active
Pre-action gates that block AI agents from repeating known mistakes.
24
View repository →JavaScript
MIT