SSH LICCO MCP Server for Cline
io.github.echoqili/ssh-licco
SSH Model Context Protocol Server - Enable SSH functionality for AI models
client:Cline
transport:stdio
runtime:pypi
Install SSH LICCO MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"ssh-licco": {
"command": "uvx",
"args": [
"ssh-licco"
],
"env": {
"SSH_HOST": "<SSH_HOST>",
"SSH_USER": "<SSH_USER>",
"SSH_PASSWORD": "<SSH_PASSWORD>",
"SSH_PORT": "<SSH_PORT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs