MIND for Zed
io.github.theastraway/mind
MIND knowledge-graph memory for agents. 44 tools: CRM, Life, MoneyMIND, Budget, Sheets, Email, Sign.
client:Zed
transport:stdio
runtime:npm
Install MIND in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mind": {
"command": "npx",
"args": [
"-y",
"@astramindapp/mcp-server"
],
"env": {
"MIND_API_KEY": "<MIND_API_KEY>",
"MIND_BASE_URL": "<MIND_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs