MemoryGuard
Rank #6,270io.github.irisxc4/memoryguard
Local-first governed MCP memory backend for coding agents.
MemoryGuard is a Model Context Protocol (MCP) server published by irisxc4. It ranks #6,270 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. MemoryGuard is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 22, 2026 and most recently updated on Sep 12, 2026.
Ranks ahead of 125,776 of 132,046 servers on MCP Toplist.
Use MemoryGuard
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add memoryguard -- uvx agent-memguard -m memoryguard.mcp_server[mcp_servers.memoryguard]
command = "uvx"
args = ["agent-memguard", "-m", "memoryguard.mcp_server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"memoryguard": {
"command": "uvx",
"args": [
"agent-memguard",
"-m",
"memoryguard.mcp_server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"memoryguard": {
"command": "uvx",
"args": [
"agent-memguard",
"-m",
"memoryguard.mcp_server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"memoryguard": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-memguard",
"-m",
"memoryguard.mcp_server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"memoryguard": {
"command": "uvx",
"args": [
"agent-memguard",
"-m",
"memoryguard.mcp_server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memoryguard": {
"command": "uvx",
"args": [
"agent-memguard",
"-m",
"memoryguard.mcp_server"
]
}
}
}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.irisxc4%2Fmemoryguard)<a href="https://mcptoplist.com/server/io.github.irisxc4%2Fmemoryguard"><img src="https://mcptoplist.com/badge/io.github.irisxc4%2Fmemoryguard.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
irisxc4
Available versions (4)
| Version | Published |
|---|---|
| 0.7.12 | Sep 12, 2026 |
| 0.7.11 | Sep 4, 2026 |
| 0.7.10 | Sep 4, 2026 |
| 0.7.9 | Sep 4, 2026 |
Frequently asked questions
- Who maintains MemoryGuard?
- MemoryGuard is maintained by irisxc4, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is MemoryGuard listed on the Official MCP Registry?
- Yes — MemoryGuard is listed on the Official MCP Registry, alongside Glama.
- How many versions does MemoryGuard have?
- MCP Toplist tracks 4 versions of MemoryGuard, most recently published on Sep 12, 2026.
- Where can I find the source code for MemoryGuard?
- The source code for MemoryGuard is hosted at github.com/irisxc4/memoryguard.
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.