Orchestrates remote server tasks via SSH and SFTP with a persistent queue. Ideal for DevOps and AI agents.
Server Config
{
"mcpServers": {
"orchestrator": {
"command": "npx",
"args": [
"mcp-orchestrator-server"
],
"env": {
"MCP_DATA_DIR": "/path/to/your/data_dir"
}
}
}
}