Connect, monitor, and control AI agents — tasks, approvals, schedules, and governance.
claude mcp add dobby --transport http https://mcp.dobby-ai.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"dobby": {
"url": "https://mcp.dobby-ai.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dobby": {
"serverUrl": "https://mcp.dobby-ai.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"dobby": {
"type": "http",
"url": "https://mcp.dobby-ai.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"dobby": {
"url": "https://mcp.dobby-ai.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"dobby": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.dobby-ai.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.dobby-ai.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.gil-dobby--dobby/reviews or the review_server meta-tool.
POST /mcp