Back to Browse

Replit Ssh MCP Server

Developer ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (40/42 approved). 2 finding(s) downgraded by scanner intelligence.

14 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: REPLIT_SSH_REQUEST_TIMEOUT_MS

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.Optional

Environment variable: MCP_REPLIT_SSH_STRICT_HOST_KEY

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.Optional

Environment variable: MCP_REPLIT_SSH_KNOWN_HOSTS_PATH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mindstone-mcp-server-replit-ssh": {
      "env": {
        "REPLIT_SSH_REQUEST_TIMEOUT_MS": "your-replit-ssh-request-timeout-ms-here",
        "MCP_REPLIT_SSH_STRICT_HOST_KEY": "your-mcp-replit-ssh-strict-host-key-here",
        "MCP_REPLIT_SSH_KNOWN_HOSTS_PATH": "your-mcp-replit-ssh-known-hosts-path-here"
      },
      "args": [
        "-y",
        "@mindstone/mcp-server-replit-ssh"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!