DBOS Server
FreeNot checkedEnables LLMs to analyze and manage DBOS workflows, including introspection, workflow management, and authentication, to help debug applications in development o
About
Enables LLMs to analyze and manage DBOS workflows, including introspection, workflow management, and authentication, to help debug applications in development or production.
README
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-mcp
Then 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
Install DBOS Server in Claude Desktop, Claude Code & Cursor
unyly install dbos-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add dbos-mcp-server -- uvx dbos-mcpFAQ
Is DBOS Server MCP free?
Yes, DBOS Server MCP is free — one-click install via Unyly at no cost.
Does DBOS Server need an API key?
No, DBOS Server runs without API keys or environment variables.
Is DBOS Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install DBOS Server in Claude Desktop, Claude Code or Cursor?
Open DBOS Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare DBOS Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
