SSH MCP Pro

ssh-mcp-pro is a secure Model Context Protocol (MCP) server for SSH automation. It lets MCP-capable clients open SSH sessions, inspect hosts, run guarded commands, manage files, transfer artifacts, create tunnels, and perform idempotent package or service work through policy-controlled tools. It runs locally over stdio via the published package.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-24 · ★ 2 · #103 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install SSH MCP Pro

Claude Code

claude mcp add oaslananka-ssh-mcp-pro -- npx -y ssh-mcp-pro

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "oaslananka-ssh-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "ssh-mcp-pro"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-06-28 - young repo, little track record yet

license MIT - declared in the repository

npm package ssh-mcp-pro - unscoped; check the name against the project README before installing

registry namespace io.github.oaslananka is GitHub-verified and matches the repo owner

03 · What SSH MCP Pro can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

ssh-mcp-pro-v1.2.0 · 2026-07-24

1.2.0 (2026-07-24) · add device onboarding scripts and guide · add process and system management tools · SSH MCP server with remote control plane and ChatGPT connector · enforce canonical path boundaries (#36)…

04 · Who maintains SSH MCP Pro

ssh-mcp-pro is maintained by oaslananka. We track 9 MCP servers from oaslananka - 6 actively maintained, 101 combined GitHub stars, oldest repo from May 2026. Full record: all servers from oaslananka.

  1. KiCad MCP Pro Production-grade MCP server for KiCad EDA - PCB design, DRC, simulation, BOM, DFM, and manufacturing. ★ 57
  2. easyeda-mcp-pro MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review. ★ 36
  3. MCP Health Monitor Monitor MCP, CI, and HTTP targets with health history, TLS expiry, assertions, and diagnostics ★ 2
  4. infra-lens-mcp SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations. ★ 2
  5. MCP Debug Recorder Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage. ★ 2

05 · Facts

category
security - ranked #103 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-24)
registry
io.github.oaslananka/ssh-mcp-pro (active, first published 2026-06-16 · 2 versions)
packages
npm:ssh-mcp-pro · npm:ssh-mcp-pro

06 · SSH MCP Pro FAQ

What is SSH MCP Pro?

ssh-mcp-pro is a secure Model Context Protocol (MCP) server for SSH automation. It lets MCP-capable clients open SSH sessions, inspect hosts, run guarded commands, manage files, transfer artifacts, create tunnels, and perform idempotent package or service work through policy-controlled tools. It runs locally over stdio via the published package.

Is SSH MCP Pro still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-24 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install SSH MCP Pro?

Run `npx -y ssh-mcp-pro`. You can also paste the ready-made client config above.

Does SSH MCP Pro run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to SSH MCP Pro

More security MCP servers · Umbriel · Dns (ofershap) · Microsoft 365 Admin · Onelogin MCP · Onplana

More TypeScript MCP servers · Bun Uia · Octen MCP · Octopus Blackboard · AI Context Kit · see all