What Matters
com.blackdogranch/what-mattersYour personal action-item list — what you owe and what you're owed. AI proposes; you approve.
Tools · 6
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…
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…
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…
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 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…
Mark an item done, or reopen it. Idempotent.
Resources · 1
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
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"what_matters": {
"url": "https://matters.blackdogranch.com/mcp",
"transport": "streamable-http"
}
}
}