io.github.mindstone
mcp-server-replit-ssh
Replit SSH
Read, write, list, and check files on Replit projects over SSH/SFTP, plus SSH key setup.
stdiocommunityapplication
Package Details
@mindstone/mcp-server-replit-ssh
Transportstdio
Runtimenpx
Environment Variables
REPLIT_SSH_REQUEST_TIMEOUT_MS(num)
Default:
60000Optional per-request timeout in milliseconds (default 60000, max 600000).
MCP_REPLIT_SSH_STRICT_HOST_KEY(str)
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(file)
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.