memex for Zed
io.github.dioniipereyraa/memex
One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.
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": [
"memex-chats"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs