-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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!
One other comment, I noticed that you included two logos here, could you just include one of them? |
@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. |
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
Checklist
Additional context
The Conductor MCP can be used with both OSS Conductor and Orkes Conductor