Skip to main content
Glama
dbos-inc

DBOS MCP Server

Official
by dbos-inc

Related Servers

Alternatives to DBOS MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      A
      quality
      D
      maintenance
      Enables 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
      -
    • F
      license
      A
      quality
      D
      maintenance
      An MCP server for debugging Temporal workflows, enabling LLM-assisted inspection of workflow executions, detailed workflow info, and event history.
      3
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides 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 npm
      5
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables managing and debugging Azure Logic Apps through natural language, with tools for listing, debugging, creating, updating, and deleting workflows.
      40
      46 npm
      6
      MIT

    TDQS

    A4/5.0

    Scored across 25 tools

    Disambiguation4/5

    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.

    Naming Consistency5/5

    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.

    Tool Count4/5

    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.

    Completeness4/5

    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.

    Maintenance

    ActivityMaintained
    ResponsivenessSlow