DBOS MCP Server
OfficialRelated Servers
Alternatives to DBOS MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceEnables AI clients to inspect backend systems through structured engineering tools including Git history, Winston logs, OpenAPI contracts, and sandboxed source code.2-
- FlicenseAqualityDmaintenanceEnables LLMs to automatically diagnose coding errors through codebase search, test execution, and live debugger integration (DAP/V8 CDP). Provides a secure, policy-gated environment for investigating failures while preventing destructive operations.9-
- FlicenseAqualityDmaintenanceAn MCP server for debugging Temporal workflows, enabling LLM-assisted inspection of workflow executions, detailed workflow info, and event history.3-
- AlicenseBqualityNot gradedmaintenanceEnables AI assistants to interact with Netflix Conductor Workflow Engine for troubleshooting workflows, managing executions, and creating/updating workflow and task definitions through natural language.192-
- AlicenseNot gradedqualityBmaintenanceProvides AI agents with read-only access to Temporal infrastructure through 28 tools, plus an Agent Skill with expert guidance for writing correct Temporal code.48 npm5MIT
- AlicenseAqualityCmaintenanceEnables managing and debugging Azure Logic Apps through natural language, with tools for listing, debugging, creating, updating, and deleting workflows.4046 npm6MIT
TDQS
Scored across 25 tools
Each tool targets a distinct resource-action pair, and the singular/bulk workflow tools follow a clear pattern. The closest potential confusions are fork_workflow vs. fork_from_failure and get_workflow_events vs. get_workflow_notifications, but the descriptions clearly separate batch vs. single and outbound vs. inbound.
All tool names use snake_case with a leading verb (list_, get_, cancel_, resume_, delete_, trigger_, pause_, etc.), and bulk variants follow the predictable bulk_<verb>_<resource>s convention. The only deviation is the login/login_complete pair, which is a clear sequential flow rather than an inconsistency.
At 25 tools, the server is on the high side, but the count is justified by the broad domain: auth, applications, workflows, steps, executors, schedules, and versions each need multiple operations. The bulk workflow variants add some redundancy, but they are conventional and useful for operational workflows.
Workflow coverage is strong: list, get, cancel, resume, fork, delete, aggregate, events, notifications, and steps are all present. The main gaps are the lack of create/update/delete operations for schedules and applications, but those resources appear to be registered by the application itself rather than managed through the MCP server.