Replit SSH runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 3 Aug 2026.
Read, write, list, and check files on Replit projects over SSH/SFTP, plus SSH key setup.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-server-replit-ssh -- npx -y @mindstone/mcp-server-replit-ssh
{
"mcpServers": {
"mcp-server-replit-ssh": {
"args": [
"-y",
"@mindstone/mcp-server-replit-ssh"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server-replit-ssh]
command = "npx"
args = ["-y", "@mindstone/mcp-server-replit-ssh"]
{
"mcpServers": {
"mcp-server-replit-ssh": {
"args": [
"-y",
"@mindstone/mcp-server-replit-ssh"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-server-replit-ssh": {
"args": [
"-y",
"@mindstone/mcp-server-replit-ssh"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.