dashclaw
About
MCP server for DashClaw governance — guard, record, invoke, and discover capabilities.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DASHCLAW_URL DASHCLAW_API_KEY DASHCLAW_AGENT_IDClaude Code
claude mcp add --env DASHCLAW_URL= --env DASHCLAW_API_KEY= --env DASHCLAW_AGENT_ID= dashclaw -- npx @dashclaw/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"dashclaw","command":"npx","args":["@dashclaw/mcp-server"],"env":{"DASHCLAW_URL":"","DASHCLAW_API_KEY":"","DASHCLAW_AGENT_ID":""}}'
JSON
{
"mcpServers": {
"dashclaw": {
"command": "npx",
"args": [
"@dashclaw/mcp-server"
],
"env": {
"DASHCLAW_URL": "",
"DASHCLAW_API_KEY": "",
"DASHCLAW_AGENT_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.