io.github.iTophua/iterminal
NPM · ITERMINAL-MCP-SERVER · SCANNED AUG 3
MCP Server for iTerminal SSH Connection Manager - Control SSH servers through Claude.
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 Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to iTophua/iterminal). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 24 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1543 tokens (~59/item across 26 items; 26 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
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 · iterminal-mcp-server
claude mcp add itophua-iterminal -- npx -y iterminal-mcp-server
codex mcp add itophua-iterminal -- npx -y iterminal-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"itophua-iterminal": {
"type": "local",
"command": [
"npx",
"-y",
"iterminal-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add itophua-iterminal --command npx --arg -y --arg iterminal-mcp-server
mcp_servers:
itophua-iterminal:
command: "npx"
args: ["-y", "iterminal-mcp-server"] {
"mcpServers": {
"itophua-iterminal": {
"command": "npx",
"args": [
"-y",
"iterminal-mcp-server"
]
}
}
} 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 +25
- Provenance: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- The attested source repository moved: iTophua/iterminal security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 1 Aug 26 +13
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- 31 Jul 26 −25
- 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 46
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/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- iTophua/iterminal
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/iTophua/iterminal/.github/workflows/release.yml@refs/tags/v2.0.0
- Rekor log index:
- 1155088377
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:2b7e781a8c8fedc07bfdad9185977a5a5e4b97e337264e0b8e1f412a425cdd28a1914a79a4173fad13ac2c90093b0249187068a5518771e58d3c48715
- Discovery method:
- attestation_endpoint
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 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.
iter_compress ~89
压缩远程服务器上的文件或目录。参数: id(连接标识), source_path(源路径), target_path(目标压缩文件路径)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| source_path | string | yes | 要压缩的文件或目录路径 |
| target_path | string | yes | 压缩后的目标文件路径(.tar.gz) |
No output schema declared.
No examples provided.
iter_connect ~97
创建 SSH 连接。参数: id(唯一标识), host(主机地址), port(端口,默认22), username(用户名), password(密码)
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | yes | 服务器地址 |
| id | string | yes | 连接唯一标识符 |
| password | string | yes | 密码 |
| port | number | — | SSH端口,默认22 |
| username | string | yes | 用户名 |
No output schema declared.
No examples provided.
iter_create_file ~54
在远程服务器创建空文件。参数: id(连接标识), path(文件路径)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| path | string | yes | 要创建的文件路径 |
No output schema declared.
No examples provided.
iter_delete_directory ~53
删除远程服务器上的目录。参数: id(连接标识), path(目录路径)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| path | string | yes | 要删除的目录路径 |
No output schema declared.
No examples provided.
iter_disconnect ~35
断开 SSH 连接。参数: id(连接标识)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
No output schema declared.
No examples provided.
iter_download_file ~80
从远程服务器下载文件到本地。参数: id(连接标识), remote_path(远程文件路径), local_path(本地保存路径)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| local_path | string | yes | 本地保存路径 |
| remote_path | string | yes | 远程文件路径 |
No output schema declared.
No examples provided.
iter_exec ~56
在远程服务器执行命令。参数: id(连接标识), command(要执行的命令)
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | 要执行的命令 |
| id | string | yes | 连接标识符 |
No output schema declared.
No examples provided.
iter_extract ~77
解压远程服务器上的压缩文件。参数: id(连接标识), file_path(压缩文件路径), target_dir(目标目录)
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | 压缩文件路径 |
| id | string | yes | 连接标识符 |
| target_dir | string | yes | 解压目标目录 |
No output schema declared.
No examples provided.
iter_kill_process ~60
终止远程服务器上的进程。参数: id(连接标识), pid(进程ID)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| pid | number | yes | 要终止的进程ID |
No output schema declared.
No examples provided.
iter_list_connections ~21
列出当前所有活跃的 SSH 连接
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
iter_list_dir ~54
列出远程目录内容。参数: id(连接标识), path(目录路径,默认/)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| path | string | — | 目录路径 |
No output schema declared.
No examples provided.
iter_list_processes ~43
获取远程服务器进程列表(按内存排序)。参数: id(连接标识)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
No output schema declared.
No examples provided.
iter_list_saved_connections ~27
列出数据库中保存的所有 SSH 连接配置(不包含密码)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
iter_mkdir ~53
在远程服务器创建目录。参数: id(连接标识), path(目录路径)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| path | string | yes | 要创建的目录路径 |
No output schema declared.
No examples provided.
iter_monitor ~45
获取远程服务器系统监控数据(CPU/内存/磁盘)。参数: id(连接标识)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
No output schema declared.
No examples provided.
iter_network_stats ~38
获取远程服务器网络接口统计信息。参数: id(连接标识)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
No output schema declared.
No examples provided.
iter_quick_connect ~41
使用保存的连接配置快速建立 SSH 连接。参数: id(保存的连接ID)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 保存的连接ID |
No output schema declared.
No examples provided.
iter_read_file ~83
读取远程文件内容。参数: id(连接标识), path(文件路径), max_size(最大字节数,默认1MB)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| max_size | number | — | 最大读取字节数,默认1048576(1MB) |
| path | string | yes | 文件路径 |
No output schema declared.
No examples provided.
iter_rename ~70
重命名远程文件或目录。参数: id(连接标识), old_path(原路径), new_path(新路径)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| new_path | string | yes | 新路径 |
| old_path | string | yes | 原路径 |
No output schema declared.
No examples provided.
iter_rm ~50
删除远程文件。参数: id(连接标识), path(文件路径)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| path | string | yes | 要删除的文件路径 |
No output schema declared.
No examples provided.
iter_search_files ~101
在远程服务器上搜索文件。参数: id(连接标识), path(搜索起始路径), pattern(搜索模式), max_results(最大结果数,默认100)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| max_results | number | — | 最大返回结果数,默认100 |
| path | string | yes | 搜索起始路径 |
| pattern | string | yes | 搜索模式(支持通配符) |
No output schema declared.
No examples provided.
iter_status ~17
检查 iTerminal API 服务状态
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
iter_test_connection ~74
测试 SSH 连接是否可用(不保持连接)。参数: host, port, username, password
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | yes | 服务器地址 |
| password | string | yes | 密码 |
| port | number | — | SSH端口,默认22 |
| username | string | yes | 用户名 |
No output schema declared.
No examples provided.
iter_upload_file ~79
上传本地文件到远程服务器。参数: id(连接标识), local_path(本地文件路径), remote_path(远程目标路径)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| local_path | string | yes | 本地文件路径 |
| remote_path | string | yes | 远程目标路径 |
No output schema declared.
No examples provided.
iter_upload_folder ~82
上传本地文件夹到远程服务器。参数: id(连接标识), local_path(本地文件夹路径), remote_path(远程目标路径)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 连接标识符 |
| local_path | string | yes | 本地文件夹路径 |
| remote_path | string | yes | 远程目标路径 |
No output schema declared.
No examples provided.
iter_write_file ~64
写入远程文件内容。参数: id(连接标识), path(文件路径), content(文件内容)
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | 文件内容 |
| id | string | yes | 连接标识符 |
| path | string | yes | 文件路径 |
No output schema declared.
No examples provided.