projectmind for Zed
io.github.nodemint-dev/projectmind
Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.
client:Zed
transport:stdio
runtime:npm
Install projectmind in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"projectmind": {
"command": "npx",
"args": [
"-y",
"@nodemint/projectmind"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs