Skip to content
Zed

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

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

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

MIND in other clients