claudex for Zed
io.github.kunwar-shah/claudex
Persistent memory + FTS5 search MCP server for Claude Code conversation history.
client:Zed
transport:stdio
runtime:npm
Install claudex in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"claudex": {
"command": "npx",
"args": [
"-y",
"@kunwarshah/claudex"
],
"env": {
"PROJECT_ROOT": "<PROJECT_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs