← blackdogranch.com

INDIVIDUAL MCP TOOL

manage_rule

Create, change, pause or delete a standing rule, taking effect IMMEDIATELY with no review.

blackdogranch.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://matters.blackdogranch.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for manage_rule and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description contains a deletion term.

Parent server

blackdogranch.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.what-matters]
url = "https://matters.blackdogranch.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "what-matters": {
      "type": "http",
      "url": "https://matters.blackdogranch.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: what-matters
Remote MCP URL: https://matters.blackdogranch.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "what-matters": {
      "url": "https://matters.blackdogranch.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "what-matters": {
      "type": "http",
      "url": "https://matters.blackdogranch.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "what-matters",
  "transport": "streamable-http",
  "url": "https://matters.blackdogranch.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • put_proposal — Replace the pending set of suggested changes.
  • manage_focus — Replace the list of things the user says matter most — people, projects, whatever they care about.
  • add_item — Add an item immediately, without review.
  • complete_item — Mark an item done, or reopen it.