Skip to content

feat: add conductor mcp server #1855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

AWOrpington
Copy link

@AWOrpington AWOrpington commented May 20, 2025

Description

Adds Conductor MCP server to README list

Server Details

Motivation and Context

To make available Conductor utility through the MCP.

Conductor is an open-source, Apache 2.0 licensed workflow orchestration framework. You can use Conductor to easily build highly reliable distributed applications using the language of your choice.

Conductor removes the complexities of maintaining and propagating the state of the execution while increasing the robustness of the application by natively supporting retries and error handling scenarios. That way you can focus on coding the business logic of your application instead of the complexities of building the distributed ecosystem.

Learn more about Conductor here.

Open Source Conductor repo is here, which is managed by Orkes, who offers an enterprise platform built on Conductor.

How Has This Been Tested?

All tools tested through Claude

Breaking Changes

N/A

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

The Conductor MCP can be used with both OSS Conductor and Orkes Conductor

@AWOrpington AWOrpington reopened this May 20, 2025
@olaservo olaservo added the add-community-server This pull request adds a link to a community-created server. label Jun 5, 2025
Copy link
Member

@olaservo olaservo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, looks like this one didn't get caught in the recent batch update. Will look into why that might have happened. In the meantime could you add an alt attribute to the image and resolve conflicts? I'll keep an eye out to merge. Thanks!

@olaservo
Copy link
Member

One other comment, I noticed that you included two logos here, could you just include one of them?

@AWOrpington
Copy link
Author

@olaservo This MCP server works with both open source Conductor (OSS) and Orkes Enterprise Conductor, hence the two logos - would it be ok to keep them both? It'd be hard to chose between one or the other.

@olaservo
Copy link
Member

@olaservo This MCP server works with both open source Conductor (OSS) and Orkes Enterprise Conductor, hence the two logos - would it be ok to keep them both? It'd be hard to chose between one or the other.

Sure, I don't think its a huge deal so lets keep it as-is for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-community-server This pull request adds a link to a community-created server.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants