MCP Memory Gateway
Rank #7,187io.github.IgorGanapolsky/mcp-memory-gateway
MCP server providing memory-gateway capabilities
MCP Memory Gateway is a Model Context Protocol (MCP) server published by IgorGanapolsky. It ranks #7,187 of 132,046 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. MCP Memory Gateway is listed on Official MCP, with 6 tracked versions. It was first listed on Mar 12, 2026 and most recently updated on Mar 21, 2026.
Ranks ahead of 124,859 of 132,046 servers on MCP Toplist.
Use MCP Memory Gateway
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-memory-gateway -- npx -y mcp-memory-gateway[mcp_servers.mcp-memory-gateway]
command = "npx"
args = ["-y", "mcp-memory-gateway"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-memory-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-memory-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-memory-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-memory-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-memory-gateway"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-memory-gateway": {
"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%2Fmcp-memory-gateway)<a href="https://mcptoplist.com/server/io.github.IgorGanapolsky%2Fmcp-memory-gateway"><img src="https://mcptoplist.com/badge/io.github.IgorGanapolsky%2Fmcp-memory-gateway.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
IgorGanapolsky
Other servers by IgorGanapolsky
View all IgorGanapolsky servers →Available versions (6)
| Version | Published |
|---|---|
| 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.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Memory Gateway?
- MCP Memory Gateway is maintained by IgorGanapolsky, which publishes 8 MCP servers (15 total versions) tracked on MCP Toplist.
- Is MCP Memory Gateway listed on the Official MCP Registry?
- Yes — MCP Memory Gateway is listed on the Official MCP Registry.
- How many versions does MCP Memory Gateway have?
- MCP Toplist tracks 6 versions of MCP Memory Gateway, most recently published on Mar 21, 2026.
- Where can I find the source code for MCP Memory Gateway?
- The source code for MCP Memory Gateway is hosted at github.com/IgorGanapolsky/mcp-memory-gateway.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.