Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

What Matters

com.blackdogranch/what-matters

Your personal action-item list — what you owe and what you're owed. AI proposes; you approve.

Uptime
100.0%
1 direct probes · 30d
Response
788ms
last probe
Tools
6
callable
Resources
1
readable
Prompts
0
available

Tools · 6

get_document

Read everything: action items, the record of what has already been dismissed, and "focus" — the handful of terms the user says matter most. Always call this before proposing changes: it is the only wa…

put_proposal

Replace the pending set of suggested changes. This is the ONLY write the scheduled run should make — nothing here reaches the list until the user reviews and accepts it. Replaces any previous proposal…

manage_rule

Create, change, pause or delete a standing rule, taking effect IMMEDIATELY with no review. Use this only when the user asks you directly — "stop suggesting PTO stuff". A scheduled run must propose rul…

manage_focus

Replace the list of things the user says matter most — people, projects, whatever they care about. Send the WHOLE list every time, including the terms you are keeping: this replaces, it does not appen…

add_item

Add an item immediately, without review. Normally use this ONLY when the user has just asked for it in conversation — they are the human in the loop at that moment, so set initiated: "human". Anything…

complete_item

Mark an item done, or reopen it. Idempotent.

Resources · 1

guide

The complete, untruncated server guide: sections, write paths, the urgent punch-through, source_id and fingerprints, rules syntax, and rejection mining. Read before any scheduled run.

guide://what-matters

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "what_matters": {
      "url": "https://matters.blackdogranch.com/mcp",
      "transport": "streamable-http"
    }
  }
}