Catalog
io.github.gil-dobby/dobby
OfficialConnect, monitor, and control AI agents — tasks, approvals, schedules, and governance.
Monitor and control AI agents with task management, approvals, scheduling, and governance.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
DOBBY_API_URLDobby platform URL (default: https://dobby-ai.com)
DOBBY_API_KEYrequiredYour Dobby API key (dk_* or gk_* prefix)
DOBBY_TENANT_IDrequiredYour Dobby workspace/tenant ID
claude_desktop_config.json
{
"mcpServers": {
"dobby": {
"command": "npx",
"args": [
"-y",
"@dobbyai/mcp-external@1.1.0"
],
"env": {
"DOBBY_API_URL": "<YOUR_DOBBY_API_URL>",
"DOBBY_API_KEY": "<YOUR_DOBBY_API_KEY>",
"DOBBY_TENANT_ID": "<YOUR_DOBBY_TENANT_ID>"
}
}
}
}