Skip to content
Claude Desktop

agent memory for Claude Desktop

io.github.theprodsde/agent-memory

Persistent agent memory with a decision layer: replay, restore, verify, or none — explainable.

client:Claude Desktop transport:stdio runtime:pypi

Install agent memory in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agent-memory": {
      "command": "uvx",
      "args": [
        "agent-memory-sdk"
      ],
      "env": {
        "AGENT_MEMORY_DIR": "<AGENT_MEMORY_DIR>",
        "AGENT_MEMORY_COLLECTION": "<AGENT_MEMORY_COLLECTION>"
      }
    }
  }
}

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

agent memory in other clients