Odel
mcp sftp orchestrator

mcp sftp orchestrator

Local
@fkom13JavaScriptUpdated 1mo ago

Serveur MCP pour l'orchestration de tâches distantes (SSH/SFTP) avec une file d'attente persistante.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-orchestrator-serverv8.0.4

Run

npx -y mcp-orchestrator-server

MCP client config

{
  "mcpServers": {
    "mcp-sftp-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-orchestrator-server"
      ]
    }
  }
}