zdravo cursor for Zed
io.github.zdravo-ai/zdravo-cursor
Persistent AI memory for Cursor. Save and search memories via Zdravo.
client:Zed
transport:stdio
runtime:npm
Install zdravo cursor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"zdravo-cursor": {
"command": "npx",
"args": [
"-y",
"@zdravoai/mcp"
],
"env": {
"ZDRAVO_API_KEY": "<ZDRAVO_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs