
Mcp Sftp Orchestrator
Queue and run SSH/SFTP remote jobs from your agent with a persistent task queue instead of ad-hoc shell scripts.
Overview
MCP SFTP Orchestrator is an MCP server for the Operate phase that runs and queues remote SSH/SFTP tasks with persistent orchestration for coding agents.
What is this MCP server?
- MCP orchestration over SSH/SFTP for remote task execution
- Persistent job queue so interrupted agent sessions can resume work
- npm package mcp-orchestrator-server v8.0.4 with stdio transport
- Targets repeatable remote ops instead of one-off manual SFTP sessions
- Server version 8.0.4
- npm identifier: mcp-orchestrator-server
- Stdio MCP transport
What problem does it solve?
Remote deploy and file sync via chat-driven agents is fragile without a durable queue and structured SSH/SFTP orchestration.
Who is it for?
Solo builders managing VPS or SFTP-backed hosting who want agent-driven remote ops with queued, resumable tasks.
Skip if: Teams needing full Kubernetes/GitOps pipelines, pure local-only workflows, or rich observability without SSH access.
What do I get? / Deliverables
After install, your agent can submit, track, and resume remote SSH/SFTP jobs through a persistent MCP-backed queue.
- Persistent remote task queue callable from the agent
- Orchestrated SSH/SFTP operations across agent sessions
Recommended MCP Servers
Journey fit
How it compares
Remote task-queue MCP over SSH/SFTP, not a cloud IaC skill or error-monitoring product.
Common Questions / FAQ
Who is MCP SFTP Orchestrator for?
Solo developers and small teams who operate remote servers over SSH/SFTP and use MCP agents for scripted operations.
When should I use MCP SFTP Orchestrator?
Use it in operate when you need queued remote transfers, commands, or maintenance across sessions without losing task state.
How do I add MCP SFTP Orchestrator to my agent?
Install mcp-orchestrator-server from npm (v8.0.4), configure stdio MCP in your agent, and supply SSH/SFTP host credentials per your security model.