
Replit SSH
- 10 repo stars
- Updated July 25, 2026
- mindstone/mcp-servers
Lets an agent read, write, list, and check files on a Replit project over SSH/SFTP, plus set up SSH keys, so it can edit remote code without leaving the chat.
About
Replit SSH is an MCP server that gives an AI agent file access to Replit projects over SSH and SFTP - reading, writing, listing, and checking files, plus SSH key setup. A solo builder reaches for it when they want their agent to edit or inspect code running on a remote Replit box without manually shelling in, with fail-closed host-key checks for safety.
- Read/write/list/check files on Replit over SSH/SFTP
- SSH key setup helper
- Fail-closed host-key verification (accept-new default)
- Configurable per-request timeout
Replit SSH by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
claude mcp add --env REPLIT_SSH_REQUEST_TIMEOUT_MS=YOUR_REPLIT_SSH_REQUEST_TIMEOUT_MS --env MCP_REPLIT_SSH_STRICT_HOST_KEY=YOUR_MCP_REPLIT_SSH_STRICT_HOST_KEY --env MCP_REPLIT_SSH_KNOWN_HOSTS_PATH=YOUR_MCP_REPLIT_SSH_KNOWN_HOSTS_PATH mcp-server-replit-ssh -- npx -y @mindstone/mcp-server-replit-sshAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 10 |
|---|---|
| Package | @mindstone/mcp-server-replit-ssh |
| Transport | STDIO |
| Auth | None |
| Last updated | July 25, 2026 |
| Repository | mindstone/mcp-servers ↗ |
What it does
Lets an agent read, write, list, and check files on a Replit project over SSH/SFTP, plus set up SSH keys, so it can edit remote code without leaving the chat.
Who is it for?
agents that need to edit code on a remote Replit environment
Skip if: local-only file editing
What you get
- remote file read/write over SSH