File Systems
Trust: 27/100 (Limited)io.github.fkom13/mcp-sftp-orchestrator Guide
Serveur MCP pour l'orchestration de tâches distantes (SSH/SFTP) avec une file d'attente persistante.
by fkom13
Quick Start
Install
npx mcp-orchestrator-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-fkom13-mcp-sftp-orchestrator": {
"command": "npx",
"args": [
"mcp-orchestrator-server"
]
}
}
}