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
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
- 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 68 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add nikolanddtesla-sshmcp -- npx -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": {
"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.
- 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.
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.
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.
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.