Skip to content
Claude Desktop

agent memory mcp for Claude Desktop

io.github.xultrax-web/agent-memory-mcp

Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.

client:Claude Desktop transport:stdio runtime:npm

Install agent memory mcp 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-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@xultrax-web/agent-memory-mcp"
      ],
      "env": {
        "AGENT_MEMORY_DIR": "<AGENT_MEMORY_DIR>",
        "AGENT_MEMORY_SCOPE": "<AGENT_MEMORY_SCOPE>",
        "AGENT_MEMORY_LOG": "<AGENT_MEMORY_LOG>"
      }
    }
  }
}

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

agent memory mcp in other clients