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

io.github.NikolaNddTesla/sshmcp

NPM · @NL4EVER/SSHMCP · SCANNED AUG 3

SSH server management with zero-token SFTP file transfer and SOCKS proxy support

Available components

+24 this week 67 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 833 tokens (~52/item across 16 items; 16 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage75
  • 63% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @nl4ever/sshmcp

# add to Claude Code
claude mcp add nikolanddtesla-sshmcp -- npx -y @nl4ever/sshmcp
# add to Codex CLI
codex mcp add nikolanddtesla-sshmcp -- npx -y @nl4ever/sshmcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nikolanddtesla-sshmcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@nl4ever/sshmcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add nikolanddtesla-sshmcp --command npx --arg -y --arg @nl4ever/sshmcp
# ~/.hermes/config.yaml
mcp_servers:
  nikolanddtesla-sshmcp:
    command: "npx"
    args: ["-y", "@nl4ever/sshmcp"]
// mcp.json
{
  "mcpServers": {
    "nikolanddtesla-sshmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@nl4ever/sshmcp"
      ]
    }
  }
}
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.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +58
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Tool coverage: unverified → 63 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 −14
    • Tool coverage: 63 → unverified functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 43

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/@nl4ever/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 105 packages

105 packages in the resolved dependency tree · 105 deprecated · 35 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 16 exposed · ~833 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.

Tool Tokens
add_proxy ~111

添加或更新 SOCKS 代理预设

NameTypeReqDescription
hoststringyes代理服务器地址
namestringyes代理名称
passwordstring认证密码(可选)
portintegeryes代理端口
proxy_idstringyes代理ID(唯一标识)
typestringSOCKS 版本,4 或 5,默认 5
usernamestring认证用户名(可选)

No output schema declared.

No examples provided.

add_server ~208

添加或更新服务器配置

NameTypeReqDescription
hoststringyesIP 地址或域名
jump_hoststring跳板机服务器ID(ProxyJump)
keyboard_interactiveboolean启用键盘交互式认证(OTP/2FA)
namestringyes服务器名称
passphrasestring私钥密码短语
passwordstringSSH 密码
portintegerSSH 端口,默认 22
private_keystring私钥文件路径(文件必须存在)
private_key_contentstring私钥内容字符串(优先于 private_key)
proxystringSOCKS5/4 代理预设ID,留空直连
server_idstringyes服务器ID(唯一标识)
use_agentboolean使用系统 ssh-agent
usernamestringyesSSH 用户名

No output schema declared.

No examples provided.

connect ~26

连接到已配置的服务器

NameTypeReqDescription
server_idstringyes服务器ID

No output schema declared.

No examples provided.

delete_proxy ~24

删除代理预设

NameTypeReqDescription
proxy_idstringyes代理ID

No output schema declared.

No examples provided.

delete_server ~23

删除服务器配置

NameTypeReqDescription
server_idstringyes服务器ID

No output schema declared.

No examples provided.

disconnect ~13

断开当前连接

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

download_file ~51

从远程服务器下载文件到本地

NameTypeReqDescription
local_pathstring本地保存路径,留空则保存到当前目录
remote_pathstringyes远程文件路径

No output schema declared.

No examples provided.

execute ~44

在远程服务器执行 shell 命令

NameTypeReqDescription
commandstringyes要执行的命令
timeoutinteger超时秒数,默认 30

No output schema declared.

No examples provided.

get_server ~27

查看单台服务器的配置详情

NameTypeReqDescription
server_idstringyes服务器ID

No output schema declared.

No examples provided.

list_proxies ~21

列出所有已配置的 SOCKS 代理

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_servers ~17

列出所有已配置的服务器

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

quick_connect ~80

临时连接服务器(不保存配置,用完即走)

NameTypeReqDescription
hoststringyesIP 地址或域名
passwordstringSSH 密码
portintegerSSH 端口,默认 22
private_keystring私钥文件路径
usernamestringyesSSH 用户名

No output schema declared.

No examples provided.

test_connection ~32

测试服务器连通性(不影响当前连接)

NameTypeReqDescription
server_idstringyes服务器ID

No output schema declared.

No examples provided.

upload_directory ~59

上传本地目录到远程服务器(自动压缩传输再解压,高效传输大量文件)

NameTypeReqDescription
local_pathstringyes本地目录绝对路径
remote_pathstringyes远程目标路径

No output schema declared.

No examples provided.

upload_file ~51

上传本地文件到远程服务器(路径直传,不占 Token)

NameTypeReqDescription
local_pathstringyes本地文件绝对路径
remote_pathstringyes远程目标路径

No output schema declared.

No examples provided.

write_file ~46

将内容写入远程文件(覆盖写入)

NameTypeReqDescription
contentstringyes要写入的文本内容
remote_pathstringyes远程文件路径

No output schema declared.

No examples provided.