MCP Server
io.github.fkom13/mcp-sftp-orchestrator MCP Server
io.github.fkom13/mcp-sftp-orchestrator
What is the io.github.fkom13/mcp-sftp-orchestrator MCP server?
Serveur MCP pour l'orchestration de tâches distantes (SSH/SFTP) avec une file d'attente persistante.
How to install io.github.fkom13/mcp-sftp-orchestrator
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-sftp-orchestrator": {
"command": "npx",
"args": [
"-y",
"mcp-orchestrator-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-sftp-orchestrator": {
"command": "npx",
"args": [
"-y",
"mcp-orchestrator-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-sftp-orchestrator": {
"command": "npx",
"args": [
"-y",
"mcp-orchestrator-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-sftp-orchestrator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-orchestrator-server"
]
}
}
}Claude Code
claude mcp add mcp-sftp-orchestrator -- npx -y mcp-orchestrator-serverRelated MCP servers
Versioning de code et génération de documentation intelligents. Supporte CLI, API REST, et MCP.
View repository →