
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@dashclaw/mcp-server
Advanced tools
MCP server for DashClaw governance — guard, record, invoke, and discover capabilities.
MCP server for DashClaw governance. Exposes 23 governance tools and 4 read-only resources over Model Context Protocol. Works with Claude Code, Claude Desktop, Claude Managed Agents, and any MCP-compatible client.
npx -y @dashclaw/mcp-server --url https://your-dashclaw.vercel.app --key oc_live_xxx --agent-id claude-desktop
Or add to claude_desktop_config.json:
{
"mcpServers": {
"dashclaw": {
"command": "npx",
"args": ["-y", "@dashclaw/mcp-server"],
"env": {
"DASHCLAW_URL": "https://your-dashclaw.vercel.app",
"DASHCLAW_API_KEY": "oc_live_xxx",
"DASHCLAW_AGENT_ID": "claude-desktop"
}
}
}
}
About DASHCLAW_AGENT_ID: this is the name that shows up on /fleet, /decisions, and every other governance surface. If you omit it, the server auto-derives an agent_id from the MCP protocol's clientInfo.name (e.g. claude-ai for Claude Desktop, cursor-vscode for Cursor) so calls don't silently commingle with other agents — but a human-friendly name like claude-desktop is what you actually want for dashboard readability. Explicit configuration always wins over auto-derivation.
If you're running DashClaw, the MCP endpoint is built in at /api/mcp:
agent = client.beta.agents.create(
name="Governed Agent",
model="claude-sonnet-4-6",
tools=[{"type": "agent_toolset_20260401"}],
mcp_servers=[{
"type": "url",
"url": "https://your-dashclaw.vercel.app/api/mcp",
"headers": {"x-api-key": "oc_live_xxx"},
"name": "dashclaw"
}],
)
Grouped by domain. See lib/tools.js for the canonical definitions.
Core governance (8) — the guard / record / invoke loop plus discovery and session lifecycle.
| Tool | Description |
|---|---|
dashclaw_guard | Evaluate policies before risky actions |
dashclaw_record | Log actions to audit trail |
dashclaw_invoke | Execute governed capabilities (guard + run + record) |
dashclaw_capabilities_list | Discover available APIs |
dashclaw_policies_list | See active governance policies |
dashclaw_wait_for_approval | Block until a human resolves an approval |
dashclaw_session_start | Register agent session |
dashclaw_session_end | Close agent session |
Optimal files (2) — Code Sessions optimizer output (root CLAUDE.md, path-scoped rules, hooks, skill packs).
| Tool | Description |
|---|---|
dashclaw_optimal_files_preview | Preview optimizer output for a session |
dashclaw_optimal_files_manifest | Generate optimal-files manifest |
Session continuity (3) — agent-runtime handoff bundle for the next session.
| Tool | Description |
|---|---|
dashclaw_handoff_create | Write handoff bundle for next session |
dashclaw_handoff_latest | Fetch latest unconsumed handoff |
dashclaw_handoff_consume | Mark handoff consumed (idempotent) |
Credential hygiene (3) — check rotation due-dates before acting on tracked credentials.
| Tool | Description |
|---|---|
dashclaw_secret_list | List tracked secrets (metadata only) |
dashclaw_secret_due | Secrets coming due for rotation |
dashclaw_secret_mark_rotated | Mark secret rotated (operator-confirmed) |
Skill safety (1) — static safety scan of untrusted skill files; results cached by content hash.
| Tool | Description |
|---|---|
dashclaw_skill_scan | Scan skill files for unsafe patterns |
Open loops (3) — action-scoped commitments ("I will X later" tracker).
| Tool | Description |
|---|---|
dashclaw_loop_add | Register action-scoped commitment |
dashclaw_loop_list | List open/resolved loops |
dashclaw_loop_close | Resolve an open loop |
Learning + retrospection (3) — log and query non-obvious decisions; recent governed-action ledger.
| Tool | Description |
|---|---|
dashclaw_learning_log | Log non-obvious decision + outcome |
dashclaw_learning_query | Query prior decisions/lessons |
dashclaw_decisions_recent | Recent governed-action ledger |
| URI | Description |
|---|---|
dashclaw://policies | Active policy set |
dashclaw://capabilities | Available capabilities and health |
dashclaw://agent/{agent_id}/history | Recent action history (last 50) |
dashclaw://status | Instance health + operational metrics |
| CLI Arg | Env Var | Default | Description |
|---|---|---|---|
--url | DASHCLAW_URL | http://localhost:3000 | DashClaw instance URL |
--key | DASHCLAW_API_KEY | (empty) | API key (oc_live_ prefix) |
--agent-id | DASHCLAW_AGENT_ID | (empty) | Default agent ID |
CLI args take precedence over environment variables.
FAQs
MCP server for DashClaw governance — guard, record, invoke, discover capabilities, and read the decision ledger through the governance loop.
The npm package @dashclaw/mcp-server receives a total of 73 weekly downloads. As such, @dashclaw/mcp-server popularity was classified as not popular.
We found that @dashclaw/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.