Skip to content
Claude Desktop

MemoryGuard for Claude Desktop

io.github.irisxc4/memoryguard

Local-first governed MCP memory backend for coding agents.

client:Claude Desktop transport:stdio runtime:pypi

Install MemoryGuard in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "memoryguard": {
      "command": "uvx",
      "args": [
        "agent-memguard"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

MemoryGuard in other clients