Best for
- Existing Mindwtr users who want AI assistance with task capture and processing
- Developers or power users comfortable configuring a local stdio MCP server
- Self-hosters running a Mindwtr Cloud instance who need read-only querying
This is the official MCP server bundled with the Mindwtr open-source GTD app (version 1.1.4, AGPL-3.0 license), distributed as the npm package mindwtr-mcp over stdio, enabling local task automation with optional read-only self-hosted Cloud access.
Mindwtr MCP Server is the official first-party component bundled with the Mindwtr open-source GTD app, distributed as the npm package mindwtr-mcp running over stdio. It lets AI assistants read and manage tasks and projects in a local Mindwtr SQLite database, with optional read-only access to a self-hosted Mindwtr Cloud instance.
npx -y mindwtr-mcp (or run npm install -g mindwtr-mcp first and reference the mindwtr-mcp command directly). 3. Optionally set MINDWTR_DB_PATH to point to your local Mindwtr SQLite database file if it isn't in the default location. 4. For self-hosted Cloud read-only mode, optionally set MINDWTR_MCP_CLOUD_URL (your self-hosted Cloud base URL) and MINDWTR_MCP_CLOUD_TOKEN (bearer token). 5. Save the config and restart the client to confirm the connection.{"mcpServers": {"mindwtr": {"command": "npx", "args": ["-y", "mindwtr-mcp"]}}}