Skip to content
Claude Desktop

Memphora for Claude Desktop

io.github.memphora/memphora

Add persistent memory to AI assistants. Store and recall info across conversations.

client:Claude Desktop transport:stdio runtime:pypi

Install Memphora 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": {
    "memphora": {
      "command": "uvx",
      "args": [
        "memphora-mcp"
      ],
      "env": {
        "MEMPHORA_API_KEY": "<MEMPHORA_API_KEY>",
        "MEMPHORA_USER_ID": "<MEMPHORA_USER_ID>"
      }
    }
  }
}

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

Memphora in other clients