Mmcp.market

SSH MCP Server

by hypnosis·io.github.hypnosis/ssh-mcp-server·v2.3.3

Modern SSH for AI agents — cloud servers to BusyBox routers, with destructive commands blocked.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

3 stars180 downloads/wk

Reviews

Write one

Nobody has reviewed SSH MCP Server yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

SSH MCP Server tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • Code scan145 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 11 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the SSH MCP Server repository's README, as published. We do not edit it. Read it on GitHub

SSH MCP Server — Remote server tools for AI agents

An SSH MCP server — a multitool that saves you and your AI agent time and tokens on debugging, development and server maintenance. Run commands, move files, read logs and audit machines over SSH — a cloud VPS, a bare-metal box, or the BusyBox router sitting in your closet.

It uses the OpenSSH client already on your machine: your keys, your ~/.ssh/config, your jump hosts, your agent forwarding. Nothing bundled, nothing to compile, no native bindings.

Works with Claude Code, Codex CLI, Cline, opencode, Gemini CLI, Qwen Code, Hermes and other MCP clients.

Install · Tools · Setup · Security · Roadmap · Docs · Changelog

Install in 30 seconds

No global installation required. npx downloads the package on first use:

npx -y @hypnosis/ssh-mcp-server

Add it to your MCP client — Claude Code, for example — for every project:

claude mcp add ssh -s user \
  -e SSH_PROFILES_FILE="$HOME/.claude/ssh-profiles.json" \
  -- npx -y @hypnosis/ssh-mcp-server

Or write it by hand — the same server in the config shape most clients share:

{
  "mcpServers": {
    "ssh": {
      "command": "npx",
      "args": ["-y", "@hypnosis/ssh-mcp-server"],
      "env": {
        "SSH_PROFILES_FILE": "~/.claude/ssh-profiles.json"
      }
    }
  }
}

Then create ~/.claude/ssh-profiles.json with at least one machine:

{
  "profiles": {
    "production": {
      "host": "server.example.com",
      "username": "admin",
      "privateKeyPath": "~/.ssh/your_private_key"
    }
  }
}

That is enough to connect.

Codex, opencode, Qwen Code and other clients are covered in Set up the SSH MCP server.

Install as a plugin

Some clients — Claude Code, for example — can take the whole thing as a plugin instead:

/plugin marketplace add hypnosis/ssh-mcp-server
/plugin install ssh-mcp-server@ssh-mcp-server

The plugin reads ~/.claude/ssh-profiles.json unless SSHPROFILESFILE says otherwise, so create that file first and the server comes up with your machines already loaded.

Requirements

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @hypnosis/ssh-mcp-server on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add ssh-mcp-server -- npx -y @hypnosis/ssh-mcp-server
Add to Cursor

SSH MCP Server: common questions

Is SSH MCP Server safe?
Yes, by our scan: it is graded A (92/100). Read the SSH MCP Server safety report
How do I install SSH MCP Server?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does SSH MCP Server need an API key?
No secret keys are declared. It reads 2 settings from the environment.
Is SSH MCP Server maintained?
The last commit was 11 days ago (2026-09-10). The latest release is v2.3.3.
What can I use instead of SSH MCP Server?
Servers from other publishers that do the same job: Mikrotik MCP server.

Alternatives to SSH MCP Server

Same job from other publishers: the closest match first, then the best rated.

  • Mikrotik
    MCP server for MikroTik routers: firewall, NAT, routing, DHCP, DNS, WireGuard and more via SSH.
    B

More from hypnosis