memex for Zed
io.github.pragneshbagary/memex
Persistent session memory for Claude Code. Local SQLite, no LLMs, no network.
client:Zed
transport:stdio
runtime:pypi
Install memex in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memex": {
"command": "uvx",
"args": [
"mcp-memex"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs