PluginBench
MCP Server

Replit SSH MCP Server

io.github.mindstone/mcp-server-replit-ssh

What is the Replit SSH MCP server?

Read, write, list, and check files on Replit projects over SSH/SFTP, plus SSH key setup.

How to install Replit SSH

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • REPLIT_SSH_REQUEST_TIMEOUT_MS

    Optional per-request timeout in milliseconds (default 60000, max 600000).

  • MCP_REPLIT_SSH_STRICT_HOST_KEY

    Set to 1 to require pre-populated known-hosts entries. When unset (default), unknown hosts are recorded on first contact (OpenSSH `accept-new` behaviour); a fingerprint mismatch always fails closed.

  • MCP_REPLIT_SSH_KNOWN_HOSTS_PATH

    Explicit path to the connector's SSH known-hosts file. Defaults to $MCP_WORKSPACE_PATH/.replit-ssh-known-hosts, then $HOME/.replit-mcp/known_hosts.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-replit-ssh": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-replit-ssh"
      ],
      "env": {
        "REPLIT_SSH_REQUEST_TIMEOUT_MS": "<YOUR_REPLIT_SSH_REQUEST_TIMEOUT_MS>",
        "MCP_REPLIT_SSH_STRICT_HOST_KEY": "<YOUR_MCP_REPLIT_SSH_STRICT_HOST_KEY>",
        "MCP_REPLIT_SSH_KNOWN_HOSTS_PATH": "<YOUR_MCP_REPLIT_SSH_KNOWN_HOSTS_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-replit-ssh": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-replit-ssh"
      ],
      "env": {
        "REPLIT_SSH_REQUEST_TIMEOUT_MS": "<YOUR_REPLIT_SSH_REQUEST_TIMEOUT_MS>",
        "MCP_REPLIT_SSH_STRICT_HOST_KEY": "<YOUR_MCP_REPLIT_SSH_STRICT_HOST_KEY>",
        "MCP_REPLIT_SSH_KNOWN_HOSTS_PATH": "<YOUR_MCP_REPLIT_SSH_KNOWN_HOSTS_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server-replit-ssh": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-replit-ssh"
      ],
      "env": {
        "REPLIT_SSH_REQUEST_TIMEOUT_MS": "<YOUR_REPLIT_SSH_REQUEST_TIMEOUT_MS>",
        "MCP_REPLIT_SSH_STRICT_HOST_KEY": "<YOUR_MCP_REPLIT_SSH_STRICT_HOST_KEY>",
        "MCP_REPLIT_SSH_KNOWN_HOSTS_PATH": "<YOUR_MCP_REPLIT_SSH_KNOWN_HOSTS_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server-replit-ssh": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-replit-ssh"
      ],
      "env": {
        "REPLIT_SSH_REQUEST_TIMEOUT_MS": "<YOUR_REPLIT_SSH_REQUEST_TIMEOUT_MS>",
        "MCP_REPLIT_SSH_STRICT_HOST_KEY": "<YOUR_MCP_REPLIT_SSH_STRICT_HOST_KEY>",
        "MCP_REPLIT_SSH_KNOWN_HOSTS_PATH": "<YOUR_MCP_REPLIT_SSH_KNOWN_HOSTS_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server-replit-ssh --env REPLIT_SSH_REQUEST_TIMEOUT_MS=<YOUR_REPLIT_SSH_REQUEST_TIMEOUT_MS> --env MCP_REPLIT_SSH_STRICT_HOST_KEY=<YOUR_MCP_REPLIT_SSH_STRICT_HOST_KEY> --env MCP_REPLIT_SSH_KNOWN_HOSTS_PATH=<YOUR_MCP_REPLIT_SSH_KNOWN_HOSTS_PATH> -- npx -y @mindstone/mcp-server-replit-ssh

Related MCP servers

MCP server for Apple Shortcuts via the macOS shortcuts CLI

View repository →

Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs

View repository →

Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.

View repository →

ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription

View repository →

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers

View repository →

Fathom AI meeting transcription MCP server for Model Context Protocol hosts

View repository →