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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 121 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add nikolanddtesla-sshmcp -- npx -y @nl4ever/sshmcp
{
"mcpServers": {
"nikolanddtesla-sshmcp": {
"command": "npx",
"args": [
"-y",
"@nl4ever/sshmcp"
]
}
}
} {
"servers": {
"nikolanddtesla-sshmcp": {
"command": "npx",
"args": [
"-y",
"@nl4ever/sshmcp"
]
}
}
} codex mcp add nikolanddtesla-sshmcp -- npx -y @nl4ever/sshmcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"nikolanddtesla-sshmcp": {
"type": "local",
"command": [
"npx",
"-y",
"@nl4ever/sshmcp"
],
"enabled": true
}
}
} openclaw mcp add nikolanddtesla-sshmcp --command npx --arg -y --arg @nl4ever/sshmcp
mcp_servers:
nikolanddtesla-sshmcp:
command: "npx"
args: ["-y", "@nl4ever/sshmcp"] {
"McpServers": {
"nikolanddtesla-sshmcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@nl4ever/sshmcp"
]
}
}
} assistant mcp add nikolanddtesla-sshmcp -t stdio -c npx -a -y @nl4ever/sshmcp
{
"mcpServers": {
"nikolanddtesla-sshmcp": {
"command": "npx",
"args": [
"-y",
"@nl4ever/sshmcp"
]
}
}
} 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.
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 →
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 →
add_proxy ~111
添加或更新 SOCKS 代理预设
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | yes | 代理服务器地址 |
| name | string | yes | 代理名称 |
| password | string | – | 认证密码(可选) |
| port | integer | yes | 代理端口 |
| proxy_id | string | yes | 代理ID(唯一标识) |
| type | string | – | SOCKS 版本,4 或 5,默认 5 |
| username | string | – | 认证用户名(可选) |
No output schema declared.
No examples provided.
add_server ~208
添加或更新服务器配置
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | yes | IP 地址或域名 |
| jump_host | string | – | 跳板机服务器ID(ProxyJump) |
| keyboard_interactive | boolean | – | 启用键盘交互式认证(OTP/2FA) |
| name | string | yes | 服务器名称 |
| passphrase | string | – | 私钥密码短语 |
| password | string | – | SSH 密码 |
| port | integer | – | SSH 端口,默认 22 |
| private_key | string | – | 私钥文件路径(文件必须存在) |
| private_key_content | string | – | 私钥内容字符串(优先于 private_key) |
| proxy | string | – | SOCKS5/4 代理预设ID,留空直连 |
| server_id | string | yes | 服务器ID(唯一标识) |
| use_agent | boolean | – | 使用系统 ssh-agent |
| username | string | yes | SSH 用户名 |
No output schema declared.
No examples provided.
connect ~26
连接到已配置的服务器
| Name | Type | Req | Description |
|---|---|---|---|
| server_id | string | yes | 服务器ID |
No output schema declared.
No examples provided.
delete_proxy ~24
删除代理预设
| Name | Type | Req | Description |
|---|---|---|---|
| proxy_id | string | yes | 代理ID |
No output schema declared.
No examples provided.
delete_server ~23
删除服务器配置
| Name | Type | Req | Description |
|---|---|---|---|
| server_id | string | yes | 服务器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
从远程服务器下载文件到本地
| Name | Type | Req | Description |
|---|---|---|---|
| local_path | string | – | 本地保存路径,留空则保存到当前目录 |
| remote_path | string | yes | 远程文件路径 |
No output schema declared.
No examples provided.
execute ~44
在远程服务器执行 shell 命令
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | 要执行的命令 |
| timeout | integer | – | 超时秒数,默认 30 |
No output schema declared.
No examples provided.
get_server ~27
查看单台服务器的配置详情
| Name | Type | Req | Description |
|---|---|---|---|
| server_id | string | yes | 服务器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
临时连接服务器(不保存配置,用完即走)
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | yes | IP 地址或域名 |
| password | string | – | SSH 密码 |
| port | integer | – | SSH 端口,默认 22 |
| private_key | string | – | 私钥文件路径 |
| username | string | yes | SSH 用户名 |
No output schema declared.
No examples provided.
test_connection ~32
测试服务器连通性(不影响当前连接)
| Name | Type | Req | Description |
|---|---|---|---|
| server_id | string | yes | 服务器ID |
No output schema declared.
No examples provided.
upload_directory ~59
上传本地目录到远程服务器(自动压缩传输再解压,高效传输大量文件)
| Name | Type | Req | Description |
|---|---|---|---|
| local_path | string | yes | 本地目录绝对路径 |
| remote_path | string | yes | 远程目标路径 |
No output schema declared.
No examples provided.
upload_file ~51
上传本地文件到远程服务器(路径直传,不占 Token)
| Name | Type | Req | Description |
|---|---|---|---|
| local_path | string | yes | 本地文件绝对路径 |
| remote_path | string | yes | 远程目标路径 |
No output schema declared.
No examples provided.
write_file ~46
将内容写入远程文件(覆盖写入)
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | 要写入的文本内容 |
| remote_path | string | yes | 远程文件路径 |
No output schema declared.
No examples provided.
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.