memex for Zed
io.github.evan-moon/memex
Local-first second brain with semantic search. Markdown notes indexed by a local ML model.
client:Zed
transport:stdio
runtime:npm
Install memex in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memex": {
"command": "npx",
"args": [
"-y",
"@evan-moon/memex"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs