mcpbeat Sign in

Remote SSH MCP Server

by the-nine-nation Your server? Claim it
local only

Remote SSH MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 22 Sep 2026.

Persistent stateful remote SSH sessions for AI agents via MCP + OpenSSH.

Installs per day peak 10 · avg 6 · +81% w/w
a month agotoday
34
Installs / week
npm · @zyluo/remote-ssh-mcp
1
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/session.ts:137
    const child = spawn(config.sshPath, args, {
Touches key and credential files src/index.ts:13
    "remote-ssh-mcp: no exact SSH Host aliases discovered; add Host aliases to ~/.ssh/config or set SSH_MCP_ALLOWED_HOSTS",

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add remote-ssh-mcp -- npx -y @zyluo/remote-ssh-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "remote-ssh-mcp": {
      "args": [
        "-y",
        "@zyluo/remote-ssh-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.remote-ssh-mcp]
command = "npx"
args = ["-y", "@zyluo/remote-ssh-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "remote-ssh-mcp": {
      "args": [
        "-y",
        "@zyluo/remote-ssh-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "remote-ssh-mcp": {
      "args": [
        "-y",
        "@zyluo/remote-ssh-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SSH_MCP_ALLOWED_HOSTS (Comma-separated additional SSH Host aliases to allow), SSH_MCP_CONFIG (Path to remote-ssh-mcp config.json). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Remote SSH MCP

same job, measured the same way
Goldhold
by jerrysrodz

Persistent memory for AI agents. Search, store, and recall across sessions.

25 installs/wk answering
Memoir
by camgitt

Persistent memory for AI coding tools via MCP. Remembers across sessions and machines.

73 installs/wk local only
Memoir
by bighippoman

Structured session journals for AI agents. Persistent memory across sessions.

29 installs/wk local only
Being MCP Server
by ruddia

Personality Runtime for AI agents — persistent memory, personality, and relationships via MCP

23 installs/wk local only
Collective Memory
by hustada

MCP server for persistent, semantic memory across AI sessions

30 installs/wk local only
Central Intelligence
by alekseimarchenko

Persistent memory for AI agents. Store, recall, and share knowledge across sessions.

32 installs/wk local only
Memory
by velixarai

Persistent memory for AI assistants. Store, search, and recall across sessions.

264 installs/wk local only
Memstack
by isiomac

MCP server for persistent, searchable memory for AI agents.

162 installs/wk local only

Remote SSH MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Remote SSH MCP?
Remote SSH MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @zyluo/remote-ssh-mcp was installed 34 times last week.
How do I connect Remote SSH MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @zyluo/remote-ssh-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Remote SSH MCP?
The npm package @zyluo/remote-ssh-mcp was installed 34 times in the last week. Week over week that is +81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Remote SSH MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.