Un serveur MCP stdio pour l'orchestration de tâches distantes avec exécution hybride (synchrone/asynchrone) et configuration flexible.
Connect MCP Sftp Orchestrator to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Un serveur MCP stdio pour l'orchestration de tâches distantes avec exécution hybride (synchrone/asynchrone) et configuration flexible. The mcp sftp orchestrator mcp server is what makes that connection.
A Model Context Protocol (MCP) server that turns any AI agent (Claude, OpenCode, Cursor...) into a full-fledged system administrator. Persistent queue, SSH connection pool, hybrid sync/async execution.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
api_check — Health check via SSH + curlMonitoring — The Monitoring tool exposed by this serverLogs — The Logs tool exposed by this server@fkom13/mcp-sftp-orchestrator on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Configuration is passed through the environment: MCP_DATA_DIR. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the monitoring and observability options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Sftp Orchestrator's toolset — api_check, Monitoring, Logs — is a fair guide to whether it matches your workflow. It is maintained by fkom13; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| api_check | Health check via SSH + curl |
| Monitoring | The Monitoring tool exposed by this server. |
| Logs | The Logs tool exposed by this server. |
{
"mcpServers": {
"orchestrator": {
"command": "node",
"args": ["/path/to/sftp-mcp/server.js"],
"env": {
"MCP_DATA_DIR": "/path/to/sftp-mcp/data"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MCP_DATA_DIR | Filesystem location the server is allowed to use. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.