Forge Orchestrator: Multi-AI task orchestration. File locking, knowledge capture, drift detection. Rust.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"forge-orchestrator": {
"command": "cargo",
"args": [
"run",
"--",
"forge-orchestrator"
]
}
}
}
Run in terminal:
claude mcp add forge-orchestrator cargo run -- forge-orchestrator
Add to .cursor/mcp.json:
{
"mcpServers": {
"forge-orchestrator": {
"command": "cargo",
"args": [
"run",
"--",
"forge-orchestrator"
]
}
}
}