Skip to content
Windsurf

Mindwtr for Windsurf

io.github.dongdongbh/mindwtr

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

client:Windsurf transport:stdio runtime:npm

Install Mindwtr in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Mindwtr in other clients