In case you missed it, we’ve added support for Model Context Protocol (MCP) with a new MCP server: GitHub - conductor-oss/conductor-mcp: Model Context Protocol server for Orkes Conductor
This makes it easier to integrate Conductor with LLM-powered tools and agentic frameworks that support MCP, including Anthropic, OpenAI, and others adopting the modelcontextprotocol.io standard.
What you get:
- An MCP-compliant interface for orchestrating agent workflows using Conductor
- Out-of-the-box compatibility with LLM agent ecosystems
- A simple way to plug Conductor into any platform that supports the MCP spec
Try it out: Clone the repo or install the python package, configure your assistant to use the mcp server, and let your AI assistant create, execute, analyze, and manage your workflows.
Help make it widely available: Give a thumbs-up to the PR requesting to list our MCP server on the Model Context Protocol registry (Anthropic-supported effort): feat: add conductor mcp server by AWOrpington · Pull Request #1855 · modelcontextprotocol/servers · GitHub
Share your feedback on the MCP server in the Conductor OSS category or open an Issue / PR on GitHub.