DBOS MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DBOS MCP Servershow my workflows from the last hour"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DBOS MCP Server
This repository contains a Model Context Protocol (MCP) server with tools that can analyze and manage your DBOS workflows. It enables LLMs to retrieve information on your applications' workflows and steps, for example to help you debug issues in development or production. To use this server, your application should be connected to Conductor.
You may want to use this alongside a DBOS prompt (Python, TypeScript, Go, Java) so your model has the most up-to-date information on DBOS.
Setup
Install uv
Before using this MCP server, you must install uv.
For installation instructions, see the uv installation docs.
Setup with Claude Code
To use this MCP server with Claude Code, first install it:
claude mcp add dbos-conductor -- uvx dbos-mcpThen start Claude Code and ask it questions about your DBOS apps! Claude will prompt you to log in by clicking the URL it offers and authenticating in the browser.
Credentials are stored in ~/.dbos-mcp/credentials.
Tools
Application Introspection
list_applications- List all applicationslist_executors- List connected executors for an application
Workflow Introspection
list_workflows- List/filter workflowsget_workflow- Get workflow detailslist_steps- Get execution steps for a workflow
Workflow Management
cancel_workflow- Cancel a running workflowresume_workflow- Resume a pending or failed workflowfork_workflow- Fork a workflow from a specific step
Authentication
login- Start login flow (returns URL to login page)login_complete- Complete login after authenticating
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dbos-inc/dbos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server