← Index

io.github.gil-dobby/dobby

io.github.gil-dobby/dobby·v1.1.0·Calendar & Time
Quality Score
85
/100

Connect, monitor, and control AI agents — tasks, approvals, schedules, and governance.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.dobby-ai.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "dobby": {
      "command": "npx",
      "args": [
        "-y",
        "@dobbyai/mcp-external"
      ],
      "env": {
        "DOBBY_API_URL": "<dobby_api_url>",
        "DOBBY_API_KEY": "<dobby_api_key>",
        "DOBBY_TENANT_ID": "<dobby_tenant_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "dobby": {
      "command": "npx",
      "args": [
        "-y",
        "@dobbyai/mcp-external"
      ],
      "env": {
        "DOBBY_API_URL": "<dobby_api_url>",
        "DOBBY_API_KEY": "<dobby_api_key>",
        "DOBBY_TENANT_ID": "<dobby_tenant_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @dobbyai/mcp-external
§02  Environment variables
DOBBY_API_URL

Dobby platform URL (default: https://dobby-ai.com)

DOBBY_API_KEY
required

Your Dobby API key (dk_* or gk_* prefix)

DOBBY_TENANT_ID
required

Your Dobby workspace/tenant ID

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time