What is the io.github.ucsandman/dashclaw MCP server?
MCP server for DashClaw governance — guard, record, invoke, and discover capabilities.
How to install io.github.ucsandman/dashclaw
Copy-paste configuration for popular MCP clients.
DASHCLAW_URLrequiredBase URL of your DashClaw instance (e.g. https://your-app.vercel.app)
DASHCLAW_API_KEYrequiredsecretDashClaw workspace API key (oc_live_...)
DASHCLAW_AGENT_IDOptional agent identifier used to attribute governed actions
{
"mcpServers": {
"dashclaw": {
"command": "npx",
"args": [
"-y",
"@dashclaw/mcp-server"
],
"env": {
"DASHCLAW_URL": "<YOUR_DASHCLAW_URL>",
"DASHCLAW_API_KEY": "<YOUR_DASHCLAW_API_KEY>",
"DASHCLAW_AGENT_ID": "<YOUR_DASHCLAW_AGENT_ID>"
}
}
}
}{
"mcpServers": {
"dashclaw": {
"command": "npx",
"args": [
"-y",
"@dashclaw/mcp-server"
],
"env": {
"DASHCLAW_URL": "<YOUR_DASHCLAW_URL>",
"DASHCLAW_API_KEY": "<YOUR_DASHCLAW_API_KEY>",
"DASHCLAW_AGENT_ID": "<YOUR_DASHCLAW_AGENT_ID>"
}
}
}
}{
"mcpServers": {
"dashclaw": {
"command": "npx",
"args": [
"-y",
"@dashclaw/mcp-server"
],
"env": {
"DASHCLAW_URL": "<YOUR_DASHCLAW_URL>",
"DASHCLAW_API_KEY": "<YOUR_DASHCLAW_API_KEY>",
"DASHCLAW_AGENT_ID": "<YOUR_DASHCLAW_AGENT_ID>"
}
}
}
}{
"servers": {
"dashclaw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dashclaw/mcp-server"
],
"env": {
"DASHCLAW_URL": "<YOUR_DASHCLAW_URL>",
"DASHCLAW_API_KEY": "<YOUR_DASHCLAW_API_KEY>",
"DASHCLAW_AGENT_ID": "<YOUR_DASHCLAW_AGENT_ID>"
}
}
}
}claude mcp add dashclaw --env DASHCLAW_URL=<YOUR_DASHCLAW_URL> --env DASHCLAW_API_KEY=<YOUR_DASHCLAW_API_KEY> --env DASHCLAW_AGENT_ID=<YOUR_DASHCLAW_AGENT_ID> -- npx -y @dashclaw/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.