Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Dbos

FreeNot checked

MCP server for DBOS Conductor workflow introspection and management

GitHubEmbed

About

MCP server for DBOS Conductor workflow introspection and management

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 applications
  • list_executors - List connected executors for an application

Workflow Introspection

  • list_workflows - List/filter workflows
  • get_workflow - Get workflow details
  • list_steps - Get execution steps for a workflow

Workflow Management

  • cancel_workflow - Cancel a running workflow
  • resume_workflow - Resume a pending or failed workflow
  • fork_workflow - Fork a workflow from a specific step

Authentication

  • login - Start login flow (returns URL to login page)
  • login_complete - Complete login after authenticating

from github.com/dbos-inc/dbos-mcp

Installing Dbos

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/dbos-inc/dbos-mcp

FAQ

Is Dbos MCP free?

Yes, Dbos MCP is free — one-click install via Unyly at no cost.

Does Dbos need an API key?

No, Dbos runs without API keys or environment variables.

Is Dbos hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Dbos in Claude Desktop, Claude Code or Cursor?

Open Dbos 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

Compare Dbos with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs