Overview
Features
Conductor REST API integration (OSS and Orkes)
MCP server can interact with Conductor's REST endpoints to manage workflows.
Workflow creation, execution, and analysis support
Provides essential MCP operations for creating, running, and analyzing workflows via MCP clients.
Configurable via JSON or environment variables
Config can be provided as a JSON file with server URL and credentials or via environment variables.
AI agent integration (Claude and Cursor)
Designed to be plugged into AI agents, enabling natural language prompts to drive Conductor workflows.
PyPI package: conductor-mcp
Installable via pip and ready for quick setup.
UV-based runtime
Runs under the uv runtime with commands like 'uv run conductor-mcp --config <path>'.
Local development support
Local development workflow supported via local_development.py and the --local_dev flag.
Who Is This For?
- AI Developers:Integrate into AI assistants to create, run, and analyze Conductor workflows.
- Workflow Engineers:Use MCP to manage Conductor workflows programmatically through prompts.
- Platform Integrators:Plug MCP server into platforms to extend automation with AI assistants.




