Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

SSH — policy-gated remote access

NPM · SSH-MCP · SCANNED SEP 20

Policy-gated, audited SSH for Linux and Windows hosts: roles, approvals, and an audit log.

Available components

+3 this week 95 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 46 of 187 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to tufantunc/ssh-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1200 tokens (~80/item across 15 items; 14 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety94
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 3 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "read-command" implies "execute" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Partial
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the SSH — policy-gated remote access MCP server?

SSH — policy-gated remote access runs locally as an npm package, launched with npx -y ssh-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · ssh-mcp

# add to Claude Code
claude mcp add tufantunc-ssh-mcp -- npx -y ssh-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "tufantunc-ssh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ssh-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "tufantunc-ssh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ssh-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add tufantunc-ssh-mcp -- npx -y ssh-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tufantunc-ssh-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "ssh-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tufantunc-ssh-mcp --command npx --arg -y --arg ssh-mcp
# ~/.hermes/config.yaml
mcp_servers:
  tufantunc-ssh-mcp:
    command: "npx"
    args: ["-y", "ssh-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "tufantunc-ssh-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "ssh-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add tufantunc-ssh-mcp -t stdio -c npx -a -y ssh-mcp
// mcp.json
{
  "mcpServers": {
    "tufantunc-ssh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ssh-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • Stability: 0.87 → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Package version: 2.9.0 → 2.9.1 functional
  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1
    • Stability: 0.77 → unverified security
    • Tool safety: pass → unverified security
    • Schema quality: 68 → 80 functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Package version: 2.8.3 → 2.9.0 functional
  • 16 Sept 26 +15
    • Malware scan: unverified → pass security
  • 15 Sept 26 +11
    • Stability: 0.70 → unverified security
    • Tool safety: pass → unverified security
    • Malware scan: unverified → pass security
    • Known CVEs: unverified → pass security
    • Schema quality: 60 → 68 functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Dependency health: unverified → 0.90 functional
    • Package version: 2.8.2 → 2.8.3 functional
  • 14 Sept 26 −25
    • Malware scan: pass → unverified security
    • Known CVEs: pass → unverified security
    • Tool safety: pass → unverified security
    • Stability: 0.67 → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: 0.90 → unverified functional
    • Schema quality: 100 → unverified functional
    • Package version: 2.8.1 → 2.8.2 functional
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1
    • Stability: 0.53 → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Package version: 2.8.0 → 2.8.1 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/ssh-mcp@2.9.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo tufantunc/ssh-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/tufantunc/ssh-mcp/.github/workflows/changesets.yml@refs/heads/main
Rekor log index 2898112663
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:23424efff1f4fc1b6b1e42f137078d7b76eb6460602fd2287c849e26f2d34189e2eacd14f0883ab86730d4f67bc40356ce53f3acc51e6feaa149d7ed2

Background: How many MCP packages publish verified provenance →

Dependencies 187 packages
Packages resolved 187
Stale 46
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 14 exposed · ~1,187 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
close-session ~87

Close a named session. A background session's command is signalled on the host (INT, then TERM, then KILL) before its channel is dropped; an interactive session's shell is ended. The response says so if the command could not be signalled or had not stopped in time.

NameTypeReqDescription
namestringyesSession name to close
profilestringProfile name

No output schema declared.

No examples provided.

list-connections ~29

List all configured SSH profiles and their connection status. Use this to discover available hosts before running commands.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list-sessions ~32

List active sessions for a given SSH profile.

NameTypeReqDescription
profilestringProfile name (uses default if omitted)

No output schema declared.

No examples provided.

open-session ~99

Open a named session on a remote host. Use type="interactive" for stateful shell (CWD/env persists between commands) or type="background" for long-running processes.

NameTypeReqDescription
commandstringCommand for background sessions
namestringyesSession name (alphanumeric, dash, underscore, max 64 chars)
profilestringProfile name (uses default if omitted)
typestringSession type

No output schema declared.

No examples provided.

privileged-command ~106

Execute a command with sudo elevation. Goes through the approval gate; approvalPolicy on the profile decides whether that is a prompt, an automatic allow, or a refusal. The sudo password is piped via stdin (never visible in process list). Single-line only: a command containing a line break is refused, so upload a multi-line script with sftp-upload and run it by path.

NameTypeReqDescription
commandstringyesCommand to execute with sudo
profilestringProfile name

No output schema declared.

No examples provided.

read-command ~105

Execute a READ-ONLY command from an allowlist (ls, cat, grep, find, stat, df, etc.). This tool does NOT modify the system. Prefer this tool for all read operations. Single-line only: a command containing a line break is refused, so upload a multi-line script with sftp-upload and run it by path.

NameTypeReqDescription
commandstringyesRead-only shell command (must be in the allowlist)
profilestringProfile name

No output schema declared.

No examples provided.

read-session-output ~57

Read recent output from a background session (e.g., tail -f logs).

NameTypeReqDescription
linesnumberNumber of recent lines to read
namestringyesBackground session name
profilestringProfile name

No output schema declared.

No examples provided.

run-command ~130

Execute an arbitrary shell command on the remote server. May modify the system. Commands classified destructive or privileged go through the approval gate; approvalPolicy on the profile decides whether that is a prompt, an automatic allow, or a refusal. Single-line only: a command containing a line break is refused, so upload a multi-line script with sftp-upload and run it by path.

NameTypeReqDescription
commandstringyesShell command to execute
profilestringProfile name
sessionstringRun in an existing interactive session (stateful)
ttybooleanAllocate a pseudo-terminal

No output schema declared.

No examples provided.

sftp-download ~42

Download a file from the remote server via SFTP.

NameTypeReqDescription
profilestringProfile name
remotePathstringyesRemote file path to download

No output schema declared.

No examples provided.

sftp-download-file ~122

Download a remote file to local disk over SFTP, streaming it without passing the contents through model context. The destination must be inside the transferRoot directory the operator configured; without that setting this tool refuses. Use this for binary or large files; use sftp-download when you need to read the contents.

NameTypeReqDescription
localPathstringyesLocal destination, inside defaults.transferRoot
overwritebooleanReplace an existing local file (default false)
profilestringProfile name
remotePathstringyesRemote file to download

No output schema declared.

No examples provided.

sftp-list ~75

List a remote directory over SFTP, with a bounded number of entries and a bounded response size. Read-only.

NameTypeReqDescription
maxEntriesintegerMax entries to return (default 200, hard cap 1000)
profilestringProfile name
remotePathstringyesRemote directory to list

No output schema declared.

No examples provided.

sftp-upload ~59

Upload a file to the remote server via SFTP (secure file transfer, not shell-based).

NameTypeReqDescription
contentstringyesFile content to upload
profilestringProfile name
remotePathstringyesRemote file path

No output schema declared.

No examples provided.

sftp-upload-file ~185

Upload a local file to the remote host over SFTP, streaming it without passing the contents through model context. The local file must be inside the transferRoot directory the operator configured; without that setting this tool refuses. Use this for binary or large files; use sftp-upload for short text you already have.

NameTypeReqDescription
localPathstringyesLocal file to upload, inside defaults.transferRoot
modeintegerRemote file mode, 1 to 511 (0o777); setuid, setgid and the sticky bit are refused. e.g. 420 for 0644. Omit for 0600 on a new file, or the replaced file’s permission bits.
overwritebooleanReplace an existing remote file (default false)
profilestringProfile name
remotePathstringyesRemote destination path

No output schema declared.

No examples provided.

signal-process ~59

Send a signal (INT, TERM, KILL) to a remote process by PID.

NameTypeReqDescription
pidintegeryesProcess ID to signal (positive integer)
profilestringProfile name
signalstringSignal to send

No output schema declared.

No examples provided.

Common questions

What is the SSH — policy-gated remote access MCP server?

SSH — policy-gated remote access is an MCP server listed in the public MCP registry as io.github.tufantunc/ssh-mcp. Policy-gated, audited SSH for Linux and Windows hosts: roles, approvals, and an audit log. This page covers its npm package (ssh-mcp).

Is the SSH — policy-gated remote access MCP server safe to use?

SSH — policy-gated remote access scores 95 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the SSH — policy-gated remote access MCP server expose?

SSH — policy-gated remote access exposes 14 tools: list-connections, list-sessions, open-session, close-session, read-session-output, and 9 more. Their descriptions and schemas cost roughly 1,187 tokens of context every time the server is loaded.

Is the SSH — policy-gated remote access MCP server still maintained?

SSH — policy-gated remote access is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the SSH — policy-gated remote access MCP server under?

SSH — policy-gated remote access declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.