Stats
Actions
Tags
From dashclaw
Custom MCP server for Dashclaw, providing agent capabilities to Claude Code. Requires an agent ID parameter.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"dashclaw": {
"command": "npx",
"args": [
"-y",
"@dashclaw/mcp-server",
"--agent-id",
"claude-code"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub ucsandman/dashclaw --plugin dashclaw