Used by 1 plugin
Enables Claude to orchestrate and execute multi-step workflows across external tools and services.
Add to your .mcp.json:
{
"mcpServers": {
"orchestrator": {
"command": "/Users/tmac/1_REPOS/AI_Orchestrator/.venv/bin/python",
"args": [
"-m",
"orchestration.mcp"
],
"env": {
"PYTHONPATH": "/Users/tmac/1_REPOS/AI_Orchestrator"
}
}
}
}/Users/tmac/1_REPOS/AI_Orchestrator/.venv/bin/pythonPYTHONPATH=/Users/tmac/1_REPOS/AI_Orchestrator