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