Skip to content

mcp sftp orchestrator for Zed

io.github.fkom13/mcp-sftp-orchestrator

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

client:Zed transport:stdio runtime:npm

Install mcp sftp orchestrator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp sftp orchestrator in other clients