Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

m1nd in other clients