mcpbeat

Remote SSH MCP Server

by the-nine-nation
local only

Remote SSH MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 6 Aug 2026.

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

Installs / week
npm · @zyluo/remote-ssh-mcp
1
Stars
0 open issues
6 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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"
    }
  }
}

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.

27 installs/wk answering
Memoir
by camgitt

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

46 installs/wk local only
Memoir
by bighippoman

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

43 installs/wk local only
Being MCP Server
by ruddia

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

39 installs/wk local only
Collective Memory
by hustada

MCP server for persistent, semantic memory across AI sessions

29 installs/wk local only
Central Intelligence
by alekseimarchenko

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

62 installs/wk local only
Memory
by velixarai

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

670 installs/wk local only
Ainative Opencode Memory MCP
by ainative-studio

Persistent cross-session memory for OpenCode and MCP coding agents, powered by ZeroDB.

458 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.
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.
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.