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
{
"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