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
- I searched existing issues and discussions
- This is one request (not multiple unrelated features)
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
- Desktop
- Mobile
- Cloud / Sync / MCP
- Cross-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
- Desktop (Linux - Arch/Hyprland/Niri/Other)
- Desktop (macOS)
- Desktop (Windows)
- Mobile (Android)
- Mobile (iOS)
🧭 Affected Area
- Sync / data consistency
- UI / interaction
- Projects / areas / sections
- Search / filter
- Settings / preferences
- Notifications / reminders
- Recurrence / calendar
- Attachments
- Audio / transcription
- Other
ℹ️ Environment
- App Version: v1.1.0
- Install Channel: Ho
Read the thread · 2026-07-15 · closed · external user · 2 comments
[FEAT] Be explicit about sync conflicts
✅ Before submitting
- I searched existing issues and discussions
- This is one request (not multiple unrelated features)
💻 Target Platform
- Desktop
- Mobile
- Cloud / Sync / MCP
- Cross-platform
🧭 Area
- Inbox / review workflow
- Projects / areas / sections
- Search / filter
- Notifications / recurrence / calendar
- Sync / attachments
- UI / accessibility / i18n
- Release / distribution
- Other
🤔 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:
- A concurrent full-snapshot save (
saveData, e.g. triggered byfetchData) 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. - In a short-lived process the in-flight
saveTaskpromise may
Read the thread · 2026-06-10 · closed · outside contributor · 3 comments
[FEAT] today focus task (or star)
✅ Before submitting
- I searched existing issues and discussions
- This is one request (not multiple unrelated features)
💻 Target Platform
- Desktop
- Mobile
- Cloud / Sync / MCP
- Cross-platform
🧭 Area
- Inbox / review workflow
- Projects / areas / sections
- UI / accessibility / i18n
🤔 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
- I searched existing issues and discussions
- This is one request (not multiple unrelated features)
💻 Target Platform
- Desktop
- Mobile
- Cloud / Sync / MCP
- Cross-platform
🧭 Area
- Inbox / review workflow
- Projects / areas / sections
- Search / filter
- Notifications / recurrence / calendar
- Sync / attachments
- UI / accessibility / i18n
- Release / distribution
- Other
🤔 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
- Desktop (macOS)
✅ Affected Area
- Settings / preferences
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
- 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
- I searched existing issues and discussions
- This is one request (not multiple unrelated features)
💻 Target Platform
- Desktop
- Mobile
- Cloud / Sync / MCP
- Cross-platform
🧭 Area
- Inbox / review workflow
- Projects / areas / sections
- Search / filter
- Notifications / recurrence / calendar
- Sync / attachments
- UI / accessibility / i18n
- Release / distribution
- Other — documentation
🤔 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-mcpnpm 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
- Desktop (Linux - Arch/Hyprland/Niri/Other)
- Desktop (macOS)
- Desktop (Windows)
- Mobile (Android)
- Mobile (iOS)
🧭 Affected Area
- Sync / data consistency
- UI / interaction
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
- Desktop (macOS)
🧭 Affected Area
- Sync / data consistency
- Other (MCP server
--writemode)
ℹ️ Environment
- App Version: Latest as of 2026-06-10 (updated during debugging)
- Install Channel: App Store (macOS sandboxed app) + MCP server from source (
apps/mcp-server/src/index.ts) - OS Version: macOS 15 (Darwin 25.5.0)
- Device: Mac
🚨 Impact
- Blocks core workflow
- Data loss or data mismatch
📝 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
- Desktop (Windows)
- Desktop (macOS)
- Desktop (Linux)
Affected Area
- MCP / API
- Projects / areas / sections
- Sync / data consistency
- UI / interaction
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
- I searched existing issues and discussions
- This is one request (not multiple unrelated features)
💻 Target Platform
- Desktop
- Mobile
- Cloud / Sync / MCP
- [X ] Cross-platform
🧭 Area
- Inbox / review workflow
- Projects / areas / sections
- Search / filter
- Notifications / recurrence / calendar
- Sync / attachments
- UI / accessibility / i18n
- Release / distribution
- Other
🤔 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
- Desktop (Linux - Arch/Hyprland/Niri/Other)
- Desktop (macOS)
- Desktop (Windows)
- Mobile (Android)
- Mobile (iOS)
- [ x ] MCP
🧭 Affected Area
- Sync / data consistency
- UI / interaction
- Projects / areas / sections
- Search / filter
- Settings / preferences
- Notifications / reminders
- Recurrence / calendar
Read the thread · 2026-02-27 · closed · outside contributor · 0 comments
The remaining reports are on the project's issue tracker.