Replit SSH
Read, write, list, and check files on Replit projects over SSH/SFTP, plus SSH key setup.
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.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}npx -y @mindstone/mcp-server-replit-sshREPLIT_SSH_REQUEST_TIMEOUT_MSOptional per-request timeout in milliseconds (default 60000, max 600000).
MCP_REPLIT_SSH_STRICT_HOST_KEYSet 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_PATHExplicit path to the connector's SSH known-hosts file. Defaults to $MCP_WORKSPACE_PATH/.replit-ssh-known-hosts, then $HOME/.replit-mcp/known_hosts.
Reddit growth toolkit — opportunities, replies, cold DMs, brand mentions, SEO, autopilot.
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
A MCP server built for developers enabling Git based project management with project and personal…