Skip to content
Zed

SSH LICCO MCP Server for Zed

io.github.echoqili/ssh-licco

SSH Model Context Protocol Server - Enable SSH functionality for AI models

client:Zed transport:stdio runtime:pypi

Install SSH LICCO MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "ssh-licco": {
      "command": "uvx",
      "args": [
        "ssh-licco"
      ],
      "env": {
        "SSH_HOST": "<SSH_HOST>",
        "SSH_USER": "<SSH_USER>",
        "SSH_PASSWORD": "<SSH_PASSWORD>",
        "SSH_PORT": "<SSH_PORT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

SSH LICCO MCP Server in other clients