Pod

Yes, this is on purpose. Pod is built for agents, so the default page is plain HTML.
Human? View the normal website.
Agent? You probably prefer /mcp/mindwtr/issues.md or /mcp/mindwtr/issues.json, or Pod over MCP.

Reported issues for Mindwtr

Pod holds 15 of 15 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to Mindwtr.

Most discussed

[FEAT] Expose recurrence in MCP add_task / update_task

✅ Before submitting

Closest existing issues are GUI-only (#779 annual/weekly recurrence intervals, #709 recurrence indicators) or about a different MCP layer (#850 cloud-mode writes, #713 hosted connector). None cover the missing recurrence field in the MCP tool schemas.

💻 Target Platform

🧭 Area

Read the thread · 2026-07-29 · closed · external user · 3 comments

[BUG] mindwtr_complete_task persists completion but logs repeated saveData corruption errors

Summary

On Windows, mindwtr-mcp@1.1.1 can persist a task completion while repeatedly logging:

SQLite saveData failed
Failed to flush pending save
SqliteError: database disk image is malformed

The MCP response and the durable state therefore contradict the storage errors. Some clients surface the operation as internal_error, although a fresh MCP process confirms that the task is already complete. Retrying after the apparent failure risks duplicate or unintended actions.

The

Read the thread · 2026-07-22 · open · external user · 11 comments

[BUG] Keyboard shortcuts do not work after deleting a newly created task via 'Save & Edit'

💻 Platform

🧭 Affected Area

ℹ️ Environment

Read the thread · 2026-07-15 · closed · external user · 2 comments

[FEAT] Be explicit about sync conflicts

✅ Before submitting

💻 Target Platform

🧭 Area

🤔 Is your feature request

Read the thread · 2026-07-12 · closed · external user · 3 comments

Race: stale full-snapshot save can overwrite a newer incremental task save (write loss in short-lived processes)

Summary

updateTask persists incrementally via a fire-and-forget storage.saveTask call, while flushPendingSave() only awaits the debounced snapshot queue (saveInFlight). Two consequences:

  1. A concurrent full-snapshot save (saveData, e.g. triggered by fetchData) can land after a newer incremental write and overwrite it — the task upsert has no rev guard, so a lower-rev row silently clobbers a higher-rev one.
  2. In a short-lived process the in-flight saveTask promise may

Read the thread · 2026-06-10 · closed · outside contributor · 3 comments

[FEAT] today focus task (or star)

✅ Before submitting

💻 Target Platform

🧭 Area

🤔 Is your feature request related to a problem?

I realy use today focus task to engage a day and be sure on what have to be done. Review and focus display are

Read the thread · 2026-06-08 · closed · external user · 14 comments

[FEAT] MCP capabilities for mindwtr-server

✅ Before submitting

💻 Target Platform

🧭 Area

🤔 Is your feature request

Read the thread · 2026-05-11 · closed · external user · 4 comments

[BUG] Desktop app (macOS v0.8.1) does not create mindwtr.db — MCP server cannot connect

🖥 Platform

✅ Affected Area

Mindwtr Version

v0.8.1 (macOS, Apple Silicon)

Description

The MCP server cannot connect because the Mindwtr desktop app does not create a standalone mindwtr.db SQLite database file on macOS. The MCP server README states it "writes directly to the SQLite database used by the desktop app," but no such file is created at any of the expected paths.

Steps to Reproduce

  1. Install Mindwtr desktop a

Read the thread · 2026-04-13 · closed · external user · 4 comments

Most recent

[FEAT] Document Google Antigravity MCP setup

✅ Before submitting

💻 Target Platform

🧭 Area

🤔 Is your

Read the thread · 2026-07-30 · closed · external user · 1 comment

[FEAT] Enable write operations in mindwtr-mcp cloud mode using the existing REST API

Summary

mindwtr-mcp hard-codes all write operations as readOnly() in cloud mode (cloud-service.ts), but the Mindwtr cloud server already exposes a full REST API (POST /v1/tasks, PATCH /v1/tasks/:id, POST /v1/tasks/:id/complete, DELETE /v1/tasks/:id, and equivalents for projects/sections/areas) that accepts and persists mutations correctly. This request asks to wire those endpoints into cloud-service.ts instead of throwing ReadOnlyError.

Context

I'm running Mindwtr self

Read the thread · 2026-07-11 · closed · external user · 1 comment

better-sqlite3@9.6.0 pin breaks npm i -g mindwtr-mcp on Windows without a C++ compiler (no prebuilt binary for recent Node)

Note: this is an install/packaging issue in the mindwtr-mcp npm package, not a sync/data-integrity problem, so a couple of template fields (app-store install channels, Sync debug logging) don't cleanly apply — I've noted that in-line rather than forcing a fit.

💻 Platform

🧭 Affected Area

Read the thread · 2026-07-04 · closed · external user · 2 comments

[BUG] MCP server: write operations (update_task, add_task, etc.) not persisted to SQLite database

💻 Platform

🧭 Affected Area

ℹ️ Environment

🚨 Impact

📝 Description

When using the

Read the thread · 2026-06-10 · closed · external user · 1 comment

[BUG] MCP-created tasks intermittently don't appear in desktop app GUI

Platform

Affected Area

Environment

Mindwtr v0.9.8 desktop app with MCP server connected (--write enabled) on Windows 11.

Description

When creating tasks via \mindwtr_add_task\ (MCP), they sometimes do not appear in the desktop app GUI despite being persisted to the SQLite database. The behaviour is inconsist

Read the thread · 2026-06-07 · closed · external user · 1 comment

[FEAT] Assign focus to a task from any view (project, inbox, etc)

✅ Before submitting

💻 Target Platform

🧭 Area

🤔 Is your feature request

Read the thread · 2026-06-05 · closed · external user · 2 comments

[BUG] MCP - Claude Tool Definition name validation fails due to "." symbol

If this is mainly a sync/data integrity problem, please use the Sync / Data Issue template for faster triage.

💻 Platform

🧭 Affected Area

Read the thread · 2026-02-27 · closed · outside contributor · 0 comments

The remaining reports are on the project's issue tracker.