Model Context Protocol server for Conductor that enables AI agents to interact with Conductor workflows for creation, execution, and analysis through MCP integration.
Model Context Protocol server for interacting with a Conductor instance, providing tools for workflow creation, execution, and analysis.
{
"mcpServers": {
"conductor": {
"command": "conductor-mcp",
"args": [
"--config",
"<ABSOLUTE PATH TO A JSON CONFIG FILE>"
]
}
}
}