Replit SSH
Rank #11,089io.github.mindstone/mcp-server-replit-ssh
Read, write, list, and check files on Replit projects over SSH/SFTP, plus SSH key setup.
Replit SSH is a Model Context Protocol (MCP) server published by mindstone. It ranks #11,089 of 115,591 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Replit SSH is listed on Official MCP, with 3 tracked versions. It was first listed on May 21, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 104,502 of 115,591 servers on MCP Toplist.
Use Replit SSH
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-replit-ssh -e "REPLIT_SSH_REQUEST_TIMEOUT_MS=<your REPLIT_SSH_REQUEST_TIMEOUT_MS>" -e "MCP_REPLIT_SSH_STRICT_HOST_KEY=<your MCP_REPLIT_SSH_STRICT_HOST_KEY>" -e "MCP_REPLIT_SSH_KNOWN_HOSTS_PATH=<your MCP_REPLIT_SSH_KNOWN_HOSTS_PATH>" -- npx -y @mindstone/mcp-server-replit-sshReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-replit-ssh]
command = "npx"
args = ["-y", "@mindstone/mcp-server-replit-ssh"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-replit-ssh)<a href="https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-replit-ssh"><img src="https://mcptoplist.com/badge/io.github.mindstone%2Fmcp-server-replit-ssh.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mindstone
Available versions (3)
| Version | Published |
|---|---|
| 0.2.2 | Aug 10, 2026 |
| 0.2.0 | Aug 8, 2026 |
| 0.1.2 | May 21, 2026 |
Frequently asked questions
- Who maintains Replit SSH?
- Replit SSH is maintained by mindstone, which publishes 43 MCP servers (124 total versions) tracked on MCP Toplist.
- Is Replit SSH listed on the Official MCP Registry?
- Yes — Replit SSH is listed on the Official MCP Registry.
- How many versions does Replit SSH have?
- MCP Toplist tracks 3 versions of Replit SSH, most recently published on Aug 10, 2026.
- Where can I find the source code for Replit SSH?
- The source code for Replit SSH is hosted at github.com/mindstone/mcp-servers.