Skip to content
Zed

Mindwtr for Zed

io.github.dongdongbh/mindwtr

Task and project automation for local and self-hosted Mindwtr Cloud data; read-only by default.

client:Zed transport:stdio runtime:npm

Install Mindwtr 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": {
    "mindwtr": {
      "command": "npx",
      "args": [
        "-y",
        "mindwtr-mcp"
      ],
      "env": {
        "MINDWTR_DB_PATH": "<MINDWTR_DB_PATH>",
        "MINDWTR_MCP_CLOUD_URL": "<MINDWTR_MCP_CLOUD_URL>",
        "MINDWTR_MCP_CLOUD_TOKEN": "<MINDWTR_MCP_CLOUD_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Mindwtr in other clients