Skip to content
Zed

Memphora for Zed

io.github.memphora/memphora

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

client:Zed transport:stdio runtime:pypi

Install Memphora in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "memphora": {
      "command": "uvx",
      "args": [
        "memphora-mcp"
      ],
      "env": {
        "MEMPHORA_API_KEY": "<MEMPHORA_API_KEY>",
        "MEMPHORA_USER_ID": "<MEMPHORA_USER_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Memphora in other clients