Skip to content
Cursor

dashclaw for Cursor

io.github.ucsandman/dashclaw

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

client:Cursor transport:stdio runtime:npm

Install dashclaw in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dashclaw in other clients