Remote SSH MCP
Rank #11,536io.github.the-nine-nation/remote-ssh-mcp
Persistent stateful remote SSH sessions for AI agents via MCP + OpenSSH.
Remote SSH MCP is a Model Context Protocol (MCP) server published by the-nine-nation. It ranks #11,536 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Remote SSH MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 29, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 104,055 of 115,591 servers on MCP Toplist.
Use Remote SSH MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add remote-ssh-mcp -e "SSH_MCP_ALLOWED_HOSTS=<your SSH_MCP_ALLOWED_HOSTS>" -e "SSH_MCP_CONFIG=<your SSH_MCP_CONFIG>" -- npx -y @zyluo/remote-ssh-mcpReplace each placeholder with your own value before saving.
[mcp_servers.remote-ssh-mcp]
command = "npx"
args = ["-y", "@zyluo/remote-ssh-mcp"]
[mcp_servers.remote-ssh-mcp.env]
SSH_MCP_ALLOWED_HOSTS = "<your SSH_MCP_ALLOWED_HOSTS>"
SSH_MCP_CONFIG = "<your SSH_MCP_CONFIG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"remote-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"@zyluo/remote-ssh-mcp"
],
"env": {
"SSH_MCP_ALLOWED_HOSTS": "<your SSH_MCP_ALLOWED_HOSTS>",
"SSH_MCP_CONFIG": "<your SSH_MCP_CONFIG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"remote-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"@zyluo/remote-ssh-mcp"
],
"env": {
"SSH_MCP_ALLOWED_HOSTS": "<your SSH_MCP_ALLOWED_HOSTS>",
"SSH_MCP_CONFIG": "<your SSH_MCP_CONFIG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"remote-ssh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@zyluo/remote-ssh-mcp"
],
"env": {
"SSH_MCP_ALLOWED_HOSTS": "<your SSH_MCP_ALLOWED_HOSTS>",
"SSH_MCP_CONFIG": "<your SSH_MCP_CONFIG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"remote-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"@zyluo/remote-ssh-mcp"
],
"env": {
"SSH_MCP_ALLOWED_HOSTS": "<your SSH_MCP_ALLOWED_HOSTS>",
"SSH_MCP_CONFIG": "<your SSH_MCP_CONFIG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"remote-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"@zyluo/remote-ssh-mcp"
],
"env": {
"SSH_MCP_ALLOWED_HOSTS": "<your SSH_MCP_ALLOWED_HOSTS>",
"SSH_MCP_CONFIG": "<your SSH_MCP_CONFIG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.the-nine-nation%2Fremote-ssh-mcp)<a href="https://mcptoplist.com/server/io.github.the-nine-nation%2Fremote-ssh-mcp"><img src="https://mcptoplist.com/badge/io.github.the-nine-nation%2Fremote-ssh-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
the-nine-nation
Other servers by the-nine-nation
View all the-nine-nation servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Aug 5, 2026 |
Frequently asked questions
- Who maintains Remote SSH MCP?
- Remote SSH MCP is maintained by the-nine-nation, which publishes 4 MCP servers (1 total version) tracked on MCP Toplist.
- Is Remote SSH MCP listed on the Official MCP Registry?
- Yes — Remote SSH MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Remote SSH MCP have?
- MCP Toplist tracks 1 version of Remote SSH MCP, most recently published on Aug 5, 2026.
- Where can I find the source code for Remote SSH MCP?
- The source code for Remote SSH MCP is hosted at github.com/the-nine-nation/remote-ssh-mcp.