Skip to content
Claude Desktop

dashclaw for Claude Desktop

io.github.ucsandman/dashclaw

Policy checks, approvals, records, and governed HTTP capabilities for unattended agents.

client:Claude Desktop transport:stdio runtime:npm

Install dashclaw in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dashclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@dashclaw/mcp-server"
      ],
      "env": {
        "DASHCLAW_URL": "<DASHCLAW_URL>",
        "DASHCLAW_API_KEY": "<DASHCLAW_API_KEY>",
        "DASHCLAW_AGENT_ID": "<DASHCLAW_AGENT_ID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

dashclaw in other clients