Skip to content

mcp sftp orchestrator for Grok

io.github.fkom13/mcp-sftp-orchestrator

Serveur MCP pour l'orchestration de tâches distantes (SSH/SFTP) avec une file d'attente persistante.

client:Grok transport:stdio runtime:npm

Install mcp sftp orchestrator in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-sftp-orchestrator": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-orchestrator-server"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp sftp orchestrator in other clients