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.

io.github.NikolaNddTesla/sshmcp

NPM · @NL4EVER/SSHMCP · SCANNED SEP 25

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

Available components

0 this week 77 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 Security98
  • 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
  • 36 of 105 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability69
  • AI-judged instruction clarity (good).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 Management83
  • Stability observed for 25 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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "execute" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 16 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 io.github.NikolaNddTesla/sshmcp MCP server?

io.github.NikolaNddTesla/sshmcp runs locally as an npm package, launched with npx -y @nl4ever/sshmcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @nl4ever/sshmcp

# add to Claude Code
claude mcp add nikolanddtesla-sshmcp -- npx -y @nl4ever/sshmcp
// .cursor/mcp.json
{
  "mcpServers": {
    "nikolanddtesla-sshmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@nl4ever/sshmcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "nikolanddtesla-sshmcp": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "nikolanddtesla-sshmcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@nl4ever/sshmcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add nikolanddtesla-sshmcp -t stdio -c npx -a -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.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 23 Sept 26 0
    • Stability: 0.97 → pass security
  • 22 Sept 26 +1

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

  • 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 −2
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

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

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 25 Sept 2026 · Analysed npm/@nl4ever/sshmcp@1.2.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 105 packages
Packages resolved 105
Stale 36
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. 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
add_proxy ~111

添加或更新 SOCKS 代理预设

NameTypeReqDescription
hoststringyes代理服务器地址
namestringyes代理名称
passwordstring–认证密码(可选)
portintegeryes代理端口
proxy_idstringyes代理ID(唯一标识)
typestring–SOCKS 版本,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–私钥密码短语
passwordstring–SSH 密码
portinteger–SSH 端口,默认 22
private_keystring–私钥文件路径(文件必须存在)
private_key_contentstring–私钥内容字符串(优先于 private_key)
proxystring–SOCKS5/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 地址或域名
passwordstring–SSH 密码
portinteger–SSH 端口,默认 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.

Common questions

What is the io.github.NikolaNddTesla/sshmcp MCP server?

io.github.NikolaNddTesla/sshmcp is an MCP server listed in the public MCP registry as io.github.NikolaNddTesla/sshmcp. SSH server management with zero-token SFTP file transfer and SOCKS proxy support. This page covers its npm package (@nl4ever/sshmcp).

Is the io.github.NikolaNddTesla/sshmcp MCP server safe to use?

io.github.NikolaNddTesla/sshmcp scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. 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 io.github.NikolaNddTesla/sshmcp MCP server expose?

io.github.NikolaNddTesla/sshmcp exposes 16 tools: list_servers, get_server, connect, quick_connect, disconnect, and 11 more. Their descriptions and schemas cost roughly 833 tokens of context every time the server is loaded.

Is the io.github.NikolaNddTesla/sshmcp MCP server still maintained?

io.github.NikolaNddTesla/sshmcp is still listed as active in the MCP registry. We last reached this channel on 25 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 io.github.NikolaNddTesla/sshmcp MCP server under?

io.github.NikolaNddTesla/sshmcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.