m1nd for Zed
io.github.maxkle1nz/m1nd
The shell around your coding agent: a neuro-symbolic code graph with calibrated trust, via MCP.
client:Zed
transport:stdio
runtime:npm
Install m1nd in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"m1nd": {
"command": "npx",
"args": [
"-y",
"@maxkle1nz/m1nd"
],
"env": {
"M1ND_WORKSPACE_ROOT": "<M1ND_WORKSPACE_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs