dashclaw
Rank #398io.github.ucsandman/dashclaw
Policy checks, approvals, records, and governed HTTP capabilities for unattended agents.
dashclaw is a Model Context Protocol (MCP) server published by ucsandman. It ranks #398 of 132,113 servers tracked on MCP Toplist, and its repository has 305 GitHub stars. dashclaw is listed across 3 registries — Official MCP, PulseMCP and Glama, with 12 tracked versions. It was first listed on Feb 12, 2026 and most recently updated on Sep 5, 2026.
Ranks ahead of 131,715 of 132,113 servers on MCP Toplist.
Use dashclaw
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add dashclaw -e "DASHCLAW_URL=<your DASHCLAW_URL>" -e "DASHCLAW_API_KEY=<your DASHCLAW_API_KEY>" -e "DASHCLAW_AGENT_ID=<your DASHCLAW_AGENT_ID>" -- npx -y @dashclaw/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.dashclaw]
command = "npx"
args = ["-y", "@dashclaw/mcp-server"]
[mcp_servers.dashclaw.env]
DASHCLAW_URL = "<your DASHCLAW_URL>"
DASHCLAW_API_KEY = "<your DASHCLAW_API_KEY>"
DASHCLAW_AGENT_ID = "<your DASHCLAW_AGENT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ucsandman%2Fdashclaw)<a href="https://mcptoplist.com/server/io.github.ucsandman%2Fdashclaw"><img src="https://mcptoplist.com/badge/io.github.ucsandman%2Fdashclaw.svg" alt="MCP Toplist: Top 1% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ucsandman
Other servers by ucsandman
View all ucsandman servers →Available versions (12)
| Version | Published |
|---|---|
| 3.1.6 | Sep 5, 2026 |
| 3.1.5 | Sep 3, 2026 |
| 3.1.4 | Sep 3, 2026 |
| 3.1.3 | Sep 3, 2026 |
| 3.1.1 | Aug 8, 2026 |
| 3.1.0 | Jul 28, 2026 |
| 3.0.0 | Jul 7, 2026 |
| 2.2.0 | Jul 5, 2026 |
| 2.1.0 | Jul 5, 2026 |
| 2.0.1 | Jul 3, 2026 |
| 2.0.0 | Jun 11, 2026 |
| 1.0.3 | Jun 11, 2026 |
Frequently asked questions
- Who maintains dashclaw?
- dashclaw is maintained by ucsandman, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is dashclaw listed on the Official MCP Registry?
- Yes — dashclaw is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does dashclaw have?
- MCP Toplist tracks 12 versions of dashclaw, most recently published on Sep 5, 2026.
- Where can I find the source code for dashclaw?
- The source code for dashclaw is hosted at github.com/ucsandman/dashclaw.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.