dashclaw for Cline
io.github.ucsandman/dashclaw
Policy checks, approvals, records, and governed HTTP capabilities for unattended agents.
client:Cline
transport:stdio
runtime:npm
Install dashclaw in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"dashclaw": {
"command": "npx",
"args": [
"-y",
"@dashclaw/mcp-server"
],
"env": {
"DASHCLAW_URL": "<DASHCLAW_URL>",
"DASHCLAW_API_KEY": "<DASHCLAW_API_KEY>",
"DASHCLAW_AGENT_ID": "<DASHCLAW_AGENT_ID>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs