Skip to content
Claude Desktop

polymnemo for Claude Desktop

io.github.pcbz/polymnemo

Shared cross-LLM long-term memory over MCP: semantic recall, sessions, and media (pgvector).

client:Claude Desktop transport:streamable-http

Install polymnemo in Claude Desktop

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

{
  "mcpServers": {
    "polymnemo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://polymnemo.purpleground-26f6d744.westus2.azurecontainerapps.io/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

polymnemo in other clients