58
/ 100
1 month ago
glama

SSH MCP Server

Provides tools to manage SSH targets and generate one-time WebShell terminal sessions through an integrated gateway. It enables AI agents to facilitate remote server access by creating and managing secure, browser-based terminal links.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 4 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: SSH_WEBSHELL_API_TOKEN, WEBSHELL_DB_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies4 high3 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.10.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.10.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.10.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highws@8.16.0GHSA-3h5v-q93c-6h6q

ws affected by a DoS when handling a request with many HTTP headers

lowexpress@4.18.2GHSA-qw6h-vgh9-j6wx

express vulnerable to XSS via response.redirect()

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMOCK_WEBSHELL_PORT:内联 WebShell Gateway HTTP/WS 端口,默认 9100
configPORT:MCP HTTP 服务端口,默认 3001
🔐 secretSSH_WEBSHELL_API_TOKEN:调用 WebShell 网关受保护接口时使用的固定 API Token(内联 Gateway 当前不会强制校验,仅用于兼容旧配置)
configSSH_WEBSHELL_API_URL容器内部 MCP 通过 =http://localhost:9100 调用内联 Gateway
configSSH_WEBSHELL_HTTP_TIMEOUT_MS:请求超时,默认 15000
configWEBSHELL_DB_DATABASEe =webshell \
configWEBSHELL_DB_HOSTe =<你的 MySQL 主机地址> \
🔐 secretWEBSHELL_DB_PASSWORDe =webshell_pass \
configWEBSHELL_DB_PORT:数据库端口,默认 3306
configWEBSHELL_DB_USERe =webshell \
configWEBSHELL_PUBLIC_BASE_URL:会话链接对外暴露的基础地址,默认 http://localhost:9100
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/have-myn-ssh-mcp-9uq41c)](https://m8ven.ai/mcp/have-myn-ssh-mcp-9uq41c)
commit: 750a9e2a199afaaadf39a0721b28ceca39e4d0e7
code hash: 3a79f19c104937bf4b40253471d0e7c57867c9282b4ffcc0e050178085b23f6c
verified: 6/12/2026, 11:25:21 AM
view raw JSON →