# Mindwtr (npm · mindwtr-mcp)

Task and project automation for local Mindwtr data, with read-only self-hosted Cloud access.

- Trust score: 73/100 (medium)
- Change this week: +31
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mindwtr-mcp`: 73/100 (this document), [markdown](https://verifymcp.io/servers/dongdongbh-mindwtr/mindwtr-mcp.md), [page](https://verifymcp.io/servers/dongdongbh-mindwtr/mindwtr-mcp)

## Channel facts

- Registry: `npm`
- Package: `mindwtr-mcp`
- Version: `1.1.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 88/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 38 of 38 dependencies flagged as unhealthy (38 deprecated).
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to dongdongbh/Mindwtr).
  - Clear OSI-approved license (AGPL-3.0-only).
  - Actively maintained (last published 2 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 54/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 2133 tokens (~79/item across 27 items; 27 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 78/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 34% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add dongdongbh-mindwtr -- npx -y mindwtr-mcp
```

### Codex

```bash
codex mcp add dongdongbh-mindwtr -- npx -y mindwtr-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dongdongbh-mindwtr": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mindwtr-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dongdongbh-mindwtr --command npx --arg -y --arg mindwtr-mcp
```

### Hermes

```yaml
mcp_servers:
  dongdongbh-mindwtr:
    command: "npx"
    args: ["-y", "mindwtr-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "dongdongbh-mindwtr": {
      "command": "npx",
      "args": [
        "-y",
        "mindwtr-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 73, 0)

- [functional] Package version: 1.1.2 → 1.1.3

### 2026-08-02 (score 73, +13)

- [security regression] Provenance: pass → unverified
- [security regression] Known CVEs: pass → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Malware scan: unverified → pass
- [security] The attested source repository moved: dongdongbh/Mindwtr
- [functional regression] Dependency health: 0.68 → 0.00
- [functional regression] License: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional regression] Dependency health: 0.68 → unverified
- [functional] Licence: AGPL-3.0-only

### 2026-08-01 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 59, +19)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 40, +31)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → pass
- [security] The attested source repository moved: dongdongbh/Mindwtr
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- [functional] Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.
- [functional] Dependency health: partial → 0.68
- [functional] Licence: AGPL-3.0-only
- [functional] Package version: 1.1.1 → 1.1.2

### 2026-07-28 (score 9, −33)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified
- [functional] Package version: 1.1.1 → 1.1.2

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (27)

### `mindwtr_list_tasks` (~132 tokens)

List tasks from the configured Mindwtr backend. Supports filtering by status, project, date range, search, and today's focus (isFocusedToday). Supports sorting by various fields.

Input parameters:

- `dueDateFrom` (string)
- `dueDateTo`
- `includeDeleted` (boolean)
- `isFocusedToday` (boolean)
- `limit` (integer)
- `offset` (integer)
- `projectId` (string)
- `search` (string)
- `sortBy` (string)
- `sortOrder` (string)
- `status` (string)

### `mindwtr_list_projects` (~21 tokens)

List projects from the configured Mindwtr backend.

### `mindwtr_get_project` (~40 tokens)

Get a single project by ID from the configured Mindwtr backend.

Input parameters:

- `id` (string, required)
- `includeDeleted` (boolean)

### `mindwtr_list_sections` (~45 tokens)

List project sections from the configured Mindwtr backend. Optionally filter by projectId.

Input parameters:

- `includeDeleted` (boolean)
- `projectId` (string)

### `mindwtr_get_section` (~41 tokens)

Get a single project section by ID from the configured Mindwtr backend.

Input parameters:

- `id` (string, required)
- `includeDeleted` (boolean)

### `mindwtr_list_areas` (~22 tokens)

List areas from the configured Mindwtr backend.

### `mindwtr_list_people` (~30 tokens)

List managed people from the configured Mindwtr backend.

Input parameters:

- `includeDeleted` (boolean)

### `mindwtr_get_person` (~41 tokens)

Get a single managed person by ID from the configured Mindwtr backend.

Input parameters:

- `id` (string, required)
- `includeDeleted` (boolean)

### `mindwtr_add_task` (~541 tokens)

Add a task to the configured Mindwtr backend.

Input parameters:

- `areaId` (string): Area ID (only used when the task has no projectId)
- `assignedTo` (string): Person this task is assigned to or waiting for
- `checklist` (array): Checklist/subtask items
- `contexts` (array): Context tags (e.g. ["@home", "@work"])
- `description` (string): Task description/notes
- `dueDate` (string): Due date in ISO format
- `energyLevel` (string): Energy level: low, medium, high
- `isFocusedToday` (boolean): Marked as today's focus list
- `location` (string): Free-text location
- `priority` (string): Priority level: low, medium, high, urgent
- `projectId` (string): Project ID to assign the task to
- `pushCount` (integer): How many times dueDate has been pushed later
- `quickAdd` (string): Quick-add string with natural language parsing (e.g. "Buy milk @errands #shopping /due:tomorrow +ProjectName")
- `recurrence`: Recurrence object or RFC 5545 RRULE string
- `relativeStartOffset` (object): Offset from dueDate that recomputes startTime when dueDate changes
- `repeatReminderMinutes` (integer): Repeat the due-time reminder every N minutes (presets 5|10|15|30|60); 0/absent = off
- `reviewAt` (string): Tickler/review date in ISO format
- `sectionId` (string): Project section ID to assign the task to
- `showFutureRecurrence` (boolean): Calendar-only preview of the next recurrence
- `startTime`: Start time in ISO format
- `status` (string): Task status: inbox, next, waiting, someday, reference, done, archived
- `suppressMindwtrReminders` (boolean): Skip Mindwtr start/due reminders for this task
- `tags` (array): Tags (e.g. ["#urgent", "#personal"])
- `taskMode` (string): Task mode: task or list (checklist-first)
- `textDirection` (string): Text direction for title/description
- `timeEstimate` (string): Time estimate: 5min, 10min, 15min, 30min, 1hr, 2hr, 3hr, 4hr, 4hr+
- `timeSpentMinutes` (integer): Total minutes worked on the task
- `title` (string): Task title

### `mindwtr_update_task` (~395 tokens)

Update a task in the configured Mindwtr backend.

Input parameters:

- `areaId` (string|null): Area ID (only used when the task has no projectId)
- `assignedTo` (string|null)
- `boardOrder`: Manual ordering within a Board status column
- `checklist`: Checklist/subtask items
- `contexts`
- `description` (string|null)
- `dueDate`
- `energyLevel`
- `focusOrder`: Manual ordering within Today's Focus
- `id` (string, required)
- `isFocusedToday` (boolean): Marked as today's focus list
- `location` (string|null): Free-text location
- `order`: Manual ordering within a sequential project
- `priority`
- `projectId` (string|null)
- `pushCount`: How many times dueDate has been pushed later
- `recurrence`: Recurrence object or RFC 5545 RRULE string; null clears it
- `relativeStartOffset`: Offset from dueDate that recomputes startTime when dueDate changes
- `repeatReminderMinutes`: Repeat the due-time reminder every N minutes (presets 5|10|15|30|60); 0/absent = off
- `reviewAt`: Tickler/review date in ISO format
- `sectionId` (string|null)
- `showFutureRecurrence` (boolean): Calendar-only preview of the next recurrence
- `startTime`
- `status` (string)
- `suppressMindwtrReminders` (boolean): Skip Mindwtr start/due reminders for this task
- `tags`
- `taskMode`: Task mode: task or list (checklist-first)
- `textDirection`: Text direction for title/description
- `timeEstimate`
- `timeSpentMinutes`: Total minutes worked on the task
- `title` (string)

### `mindwtr_complete_task` (~31 tokens)

Mark a task as done in the configured Mindwtr backend.

Input parameters:

- `id` (string, required)

### `mindwtr_delete_task` (~30 tokens)

Soft-delete a task in the configured Mindwtr backend.

Input parameters:

- `id` (string, required)

### `mindwtr_get_task` (~40 tokens)

Get a single task by ID from the configured Mindwtr backend.

Input parameters:

- `id` (string, required)
- `includeDeleted` (boolean)

### `mindwtr_restore_task` (~32 tokens)

Restore a soft-deleted task in the configured Mindwtr backend.

Input parameters:

- `id` (string, required)

### `mindwtr_add_project` (~89 tokens)

Add a project to the configured Mindwtr backend.

Input parameters:

- `areaId` (string|null)
- `color` (string)
- `dueDate`
- `isFocused` (boolean)
- `isSequential` (boolean)
- `reviewAt`
- `status` (string)
- `supportNotes` (string|null)
- `title` (string, required)

### `mindwtr_update_project` (~97 tokens)

Update a project in the configured Mindwtr backend.

Input parameters:

- `areaId` (string|null)
- `color` (string|null)
- `dueDate`
- `id` (string, required)
- `isFocused` (boolean)
- `isSequential` (boolean)
- `reviewAt`
- `status` (string)
- `supportNotes` (string|null)
- `title` (string)

### `mindwtr_delete_project` (~30 tokens)

Soft-delete a project in the configured Mindwtr backend.

Input parameters:

- `id` (string, required)

### `mindwtr_add_section` (~63 tokens)

Add a project-scoped section to the configured Mindwtr backend.

Input parameters:

- `description` (string|null)
- `isCollapsed` (boolean)
- `order` (integer)
- `projectId` (string, required)
- `title` (string, required)

### `mindwtr_update_section` (~60 tokens)

Update a project section in the configured Mindwtr backend.

Input parameters:

- `description` (string|null)
- `id` (string, required)
- `isCollapsed` (boolean)
- `order` (integer)
- `title` (string)

### `mindwtr_delete_section` (~45 tokens)

Soft-delete a project section in the configured Mindwtr backend. Tasks in the section are kept and moved to no section by core.

Input parameters:

- `id` (string, required)

### `mindwtr_add_area` (~43 tokens)

Add an area to the configured Mindwtr backend.

Input parameters:

- `color` (string)
- `icon` (string)
- `name` (string, required)

### `mindwtr_update_area` (~52 tokens)

Update an area in the configured Mindwtr backend.

Input parameters:

- `color` (string|null)
- `icon` (string|null)
- `id` (string, required)
- `name` (string)

### `mindwtr_delete_area` (~30 tokens)

Soft-delete an area in the configured Mindwtr backend.

Input parameters:

- `id` (string, required)

### `mindwtr_add_person` (~47 tokens)

Add a managed person to the configured Mindwtr backend.

Input parameters:

- `name` (string, required)
- `note` (string|null)
- `referenceLink` (string|null)

### `mindwtr_update_person` (~54 tokens)

Update managed person metadata in the configured Mindwtr backend.

Input parameters:

- `id` (string, required)
- `name` (string)
- `note` (string|null)
- `referenceLink` (string|null)

### `mindwtr_rename_person` (~51 tokens)

Rename a managed person. By default, matching task assignees are updated too.

Input parameters:

- `id` (string, required)
- `name` (string, required)
- `updateTasks` (boolean)

### `mindwtr_delete_person` (~31 tokens)

Soft-delete a managed person in the configured Mindwtr backend.

Input parameters:

- `id` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/dongdongbh-mindwtr/mindwtr-mcp#diagnostics

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 60
- 2026-07-31: 59
- 2026-07-30: 40
- 2026-07-29: 40
- 2026-07-28: 9
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/mindwtr-mcp
- Socket report: https://socket.dev/npm/package/mindwtr-mcp
- Repository: https://github.com/dongdongbh/Mindwtr
- Website: https://docs.mindwtr.app/power-users/mcp
- Changelog RSS feed: https://verifymcp.io/servers/dongdongbh-mindwtr/mindwtr-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dongdongbh-mindwtr/mindwtr-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dongdongbh-mindwtr/mindwtr-mcp
