MCP Server
MCP
Dobby
Connect, monitor, and control AI agents — tasks, approvals, schedules, and governance.
Install
npx -y @dobbyai/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.dobby-ai.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@dobbyai/mcp-external",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Dobby platform URL (default: https://dobby-ai.com)",
"name": "DOBBY_API_URL"
},
{
"description": "Your Dobby API key (sk_live_* tenant key or gk_* gateway key)",
"isRequired": true,
"name": "DOBBY_API_KEY"
},
{
"description": "Your Dobby workspace/tenant ID",
"isRequired": true,
"name": "DOBBY_TENANT_ID"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment