Loading MCP server directory, please wait...
Read, write, list, and check files on Replit projects over SSH/SFTP, plus SSH key setup.
npx @getmcp/cli add io.github.mindstone/mcp-server-replit-sshRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/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_KNOWN_HOSTS_PATH": ""
}
}
}
}