Skip to content
Grok

dashclaw for Grok

io.github.ucsandman/dashclaw

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

client:Grok transport:stdio runtime:npm

Install dashclaw in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dashclaw in other clients