Skip to content

Releases: the-nine-nation/remote-ssh-mcp

v0.2.0 — Persistent remote SSH sessions for AI agents

Choose a tag to compare

@the-nine-nation the-nine-nation released this 05 Aug 02:42

Remote SSH MCP v0.2.0

Persistent, stateful remote Bash sessions for AI agents via the Model Context Protocol.

Highlights

  • Persistent sessions — stable IDs keep cwd, env vars, and shell side effects
  • Native OpenSSH — reuses ~/.ssh/config, agent, ProxyJump, hardware keys
  • Long-running friendlyssh_run can return running; poll with ssh_peek
  • 7 MCP toolsssh_hosts, ssh_open, ssh_run, ssh_peek, ssh_interrupt, ssh_list, ssh_close
  • Safety — Host-alias allowlist, credential-safe host listing, audit log, denylist

Install

git clone https://github.com/the-nine-nation/remote-ssh-mcp.git
cd remote-ssh-mcp
npm install && npm run build
node dist/index.js

Or once published on npm:

npx remote-ssh-mcp

Docs

Full Changelog: https://github.com/the-nine-nation/remote-ssh-mcp/commits/v0.2.0