Server data from the Official MCP Registry
SSH Model Context Protocol Server - Enable SSH functionality for AI models
SSH Model Context Protocol Server - Enable SSH functionality for AI models
Set these up before or after installing:
Environment variable: SSH_SECURITY_LEVEL
Environment variable: SSH_EXTRA_ALLOWED_COMMANDS
Environment variable: SSH_BASE_DIR
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-echoqili-ssh-licco": {
"env": {
"SSH_BASE_DIR": "your-ssh-base-dir-here",
"SSH_SECURITY_LEVEL": "your-ssh-security-level-here",
"SSH_EXTRA_ALLOWED_COMMANDS": "your-ssh-extra-allowed-commands-here"
},
"args": [
"ssh-licco"
],
"command": "uvx"
}
}
}This SSH MCP server has significant security vulnerabilities including arbitrary command execution capabilities, path traversal risks, and overly broad permissions that far exceed typical developer tool needs. While it attempts some security validation, the implementation allows dangerous operations and lacks proper sandboxing. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 3 files · 11 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!