Skip to content
Claude Desktop

MCP AutoMem for Claude Desktop

io.github.verygoodplugins/mcp-automem

Graph-vector memory for AI assistants using FalkorDB and Qdrant

client:Claude Desktop transport:streamable-http runtime:npm

Install MCP AutoMem in Claude Desktop

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

{
  "mcpServers": {
    "mcp-automem": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{endpoint}/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

MCP AutoMem in other clients