Skip to content
Claude Desktop

mcp external memory for Claude Desktop

io.github.daedalus/mcp-external-memory

An MCP server that gives LLMs persistent, searchable semantic memory

client:Claude Desktop transport:stdio runtime:pypi

Install mcp external memory in Claude Desktop

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

{
  "mcpServers": {
    "mcp-external-memory": {
      "command": "uvx",
      "args": [
        "mcp-external-memory"
      ]
    }
  }
}

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

mcp external memory in other clients