HomeOther › Mindwtr

Mindwtr

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

TypeScript
★ 2,105 stars Last pushed 2026-09-24 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.10)

npx -y mindwtr-mcp@1.1.10

Or add to your MCP client config:

{
  "mcpServers": {
    "mindwtr": {
      "command": "npx",
      "args": [
        "-y",
        "mindwtr-mcp@1.1.10"
      ],
      "env": {
        "MINDWTR_DB_PATH": "<YOUR_VALUE>",
        "MINDWTR_MCP_CLOUD_URL": "<YOUR_VALUE>",
        "MINDWTR_MCP_CLOUD_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • MINDWTR_DB_PATH — Optional path to the local Mindwtr SQLite database.
  • MINDWTR_MCP_CLOUD_URL — Optional self-hosted Mindwtr Cloud base URL for Cloud mode.
  • MINDWTR_MCP_CLOUD_TOKEN — Bearer token for self-hosted Mindwtr Cloud mode.

Related servers

Data from the Official MCP Registry