← Index

Replit SSH

io.github.mindstone/mcp-server-replit-ssh·v0.1.2·Developer Tools
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-replit-ssh": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-replit-ssh"
      ],
      "env": {
        "REPLIT_SSH_REQUEST_TIMEOUT_MS": "60000",
        "MCP_REPLIT_SSH_STRICT_HOST_KEY": "<mcp_replit_ssh_strict_host_key>",
        "MCP_REPLIT_SSH_KNOWN_HOSTS_PATH": "<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": "60000",
        "MCP_REPLIT_SSH_STRICT_HOST_KEY": "<mcp_replit_ssh_strict_host_key>",
        "MCP_REPLIT_SSH_KNOWN_HOSTS_PATH": "<mcp_replit_ssh_known_hosts_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mindstone/mcp-server-replit-ssh
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools