neurakeep for Zed
io.github.dominiclachance/neurakeep
Local-first, source-cited memory for AI agents with proposal review, failure memory, and MCP tools.
client:Zed
transport:stdio
runtime:npm
Install neurakeep in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"neurakeep": {
"command": "npx",
"args": [
"-y",
"neurakeep"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs