Dobby
Rank #618io.github.gil-dobby/dobby
Connect, monitor, and control AI agents — tasks, approvals, schedules, and governance.
Dobby is a Model Context Protocol (MCP) server published by dobby-ai. It ranks #618 of 132,046 servers tracked on MCP Toplist, and its repository has 1,781 GitHub stars. Dobby is listed on Official MCP, with 3 tracked versions. It was first listed on Apr 2, 2026 and most recently updated on Jul 31, 2026.
Ranks ahead of 131,428 of 132,046 servers on MCP Toplist.
Use Dobby
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http dobby https://mcp.dobby-ai.com/mcpclaude mcp add dobby -e "DOBBY_API_URL=<your DOBBY_API_URL>" -e "DOBBY_API_KEY=<your DOBBY_API_KEY>" -e "DOBBY_TENANT_ID=<your DOBBY_TENANT_ID>" -- npx -y @dobbyai/mcp-externalReplace each placeholder with your own value before saving.
[mcp_servers.dobby]
url = "https://mcp.dobby-ai.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.dobby]
command = "npx"
args = ["-y", "@dobbyai/mcp-external"]
[mcp_servers.dobby.env]
DOBBY_API_URL = "<your DOBBY_API_URL>"
DOBBY_API_KEY = "<your DOBBY_API_KEY>"
DOBBY_TENANT_ID = "<your DOBBY_TENANT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.dobby-ai.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"dobby": {
"command": "npx",
"args": [
"-y",
"@dobbyai/mcp-external"
],
"env": {
"DOBBY_API_URL": "<your DOBBY_API_URL>",
"DOBBY_API_KEY": "<your DOBBY_API_KEY>",
"DOBBY_TENANT_ID": "<your DOBBY_TENANT_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dobby": {
"url": "https://mcp.dobby-ai.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"dobby": {
"command": "npx",
"args": [
"-y",
"@dobbyai/mcp-external"
],
"env": {
"DOBBY_API_URL": "<your DOBBY_API_URL>",
"DOBBY_API_KEY": "<your DOBBY_API_KEY>",
"DOBBY_TENANT_ID": "<your DOBBY_TENANT_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dobby": {
"type": "http",
"url": "https://mcp.dobby-ai.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"dobby": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dobbyai/mcp-external"
],
"env": {
"DOBBY_API_URL": "<your DOBBY_API_URL>",
"DOBBY_API_KEY": "<your DOBBY_API_KEY>",
"DOBBY_TENANT_ID": "<your DOBBY_TENANT_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dobby": {
"serverUrl": "https://mcp.dobby-ai.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dobby": {
"command": "npx",
"args": [
"-y",
"@dobbyai/mcp-external"
],
"env": {
"DOBBY_API_URL": "<your DOBBY_API_URL>",
"DOBBY_API_KEY": "<your DOBBY_API_KEY>",
"DOBBY_TENANT_ID": "<your DOBBY_TENANT_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dobby": {
"url": "https://mcp.dobby-ai.com/mcp"
}
}
}{
"mcpServers": {
"dobby": {
"command": "npx",
"args": [
"-y",
"@dobbyai/mcp-external"
],
"env": {
"DOBBY_API_URL": "<your DOBBY_API_URL>",
"DOBBY_API_KEY": "<your DOBBY_API_KEY>",
"DOBBY_TENANT_ID": "<your DOBBY_TENANT_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.gil-dobby%2Fdobby)<a href="https://mcptoplist.com/server/io.github.gil-dobby%2Fdobby"><img src="https://mcptoplist.com/badge/io.github.gil-dobby%2Fdobby.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
dobby-ai
Available versions (3)
| Version | Published |
|---|---|
| 1.2.0 | Jul 31, 2026 |
| 1.1.0 | Apr 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Dobby?
- Dobby is maintained by dobby-ai, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Dobby listed on the Official MCP Registry?
- Yes — Dobby is listed on the Official MCP Registry.
- How many versions does Dobby have?
- MCP Toplist tracks 3 versions of Dobby, most recently published on Jul 31, 2026.
- Where can I find the source code for Dobby?
- The source code for Dobby is hosted at github.com/dobby-ai/dobby.
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.