HomeSecurity › DashClaw

DashClaw

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

Official TypeScript CloudLocal macOSWindowsLinux
★ 307 stars Last pushed 2026-09-19 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.1.6)

npx -y @dashclaw/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "dashclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@dashclaw/[email protected]"
      ],
      "env": {
        "DASHCLAW_URL": "<YOUR_VALUE>",
        "DASHCLAW_API_KEY": "<YOUR_VALUE>",
        "DASHCLAW_AGENT_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • DASHCLAW_URL required — Base URL of your DashClaw instance (e.g. https://your-app.vercel.app)
  • DASHCLAW_API_KEY required secret — DashClaw workspace API key (oc_live_...)
  • DASHCLAW_AGENT_ID — Optional agent identifier used to attribute governed actions

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry