69
/ 100
1 day ago
glama

ssh-licco

Enables natural language control of SSH servers, allowing users to execute commands, manage files, view logs, deploy applications, and more through AI-driven conversations.

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
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 3 credentials: GITHUB_TOKEN, SSH_PASSWORD, SSH_SUDO_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSSH_LICCO_AUTO_INSTALL
🔐 secretGITHUB_TOKEN
configGITHUB_REPOSITORY
configSSH_HOST"": "192.168.1.100",
configSSH_USER"": "root",
🔐 secretSSH_PASSWORD"": "your_password",
🔐 secretSSH_SUDO_PASSWORD(空) sudo 密码,配合 use_sudo=true 走 sudo -S
configSSH_SECURITY_LEVEL$env: = "balanced"
configSSH_ALLOWED_COMMANDS_FILE(空) 命令白名单 JSON 文件路径
configSSH_EXTRA_ALLOWED_COMMANDS$env: = "git,pip,npm"
configSSH_BASE_DIR"": "/home"
configSSH_AUDIT_LOG_PATH(空) 审计日志文件路径
configSSH_RATE_LIMIT是 bool 总开关(true/false),SSH_RATE_LIMIT_MAX 才是次数上限,两者分开配置
configSSH_RATE_LIMIT_MAXSSH_RATE_LIMIT 是 bool 总开关(true/false), 才是次数上限,两者分开配置
configSSH_RATE_LIMIT_WINDOW60 限流窗口(秒)
configSSH_PORT连接默认 SSH_HOST / / SSH_USER / SSH_PASSWORD 127.0.0.1 / 22 / root / (空) 单 host 模式默认连接参数
configSSH_TIMEOUT60 连接超时(秒)
configSSH_KEEPALIVE_INTERVAL30 keepalive 间隔(秒)
configSSH_SESSION_TIMEOUT"": "7200",
configSSH_CLIENT_TYPE"": "common"
configSSH_FORCE_ENV_CONFIGfalse 强制 env 配置覆盖 hosts.json
// 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/echoqili-ssh-licco-12fp9v)](https://m8ven.ai/mcp/echoqili-ssh-licco-12fp9v)
commit: 21df4f6057622ddfc4dc3b92d786ddd985026dac
code hash: a9e2e26dcdca641f90d8fa6e359195acd685fba626cc8dd92ca6f82bd53275e0
verified: 7/30/2026, 8:50:55 AM
view raw JSON →