MCP Sftp Orchestrator MCP Server

Un serveur MCP stdio pour l'orchestration de tâches distantes avec exécution hybride (synchrone/asynchrone) et configuration flexible.

Local serverstdio

What is the MCP Sftp Orchestrator MCP server?

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.

What the server does

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.

Available tools

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 + curl
  • Monitoring — The Monitoring tool exposed by this server
  • Logs — The Logs tool exposed by this server

Installation

@fkom13/mcp-sftp-orchestrator on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Credentials and setup notes

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.

Where it fits

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.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
api_checkHealth check via SSH + curl
MonitoringThe Monitoring tool exposed by this server.
LogsThe Logs tool exposed by this server.

How to install the MCP Sftp Orchestrator MCP 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.

Configuration

VariableDescriptionRequired
MCP_DATA_DIRFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use MCP Sftp Orchestrator to api check.
  • Use MCP Sftp Orchestrator to Monitoring.
  • Use MCP Sftp Orchestrator to Logs.

Frequently asked questions

It connects MCP Sftp Orchestrator to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (api_check, Monitoring, Logs) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Sftp Orchestrator directly.