Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From dashclaw
Local MCP server for the dashclaw agent platform. Provides agent-related tools and resources for Claude Code, likely requiring an agent ID.
npx claudepluginhub ucsandman/dashclaw --plugin dashclawCopy 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
Share bugs, ideas, or general feedback.