Skip to content
Cursor

SSH LICCO MCP Server for Cursor

io.github.echoqili/ssh-licco

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

client:Cursor transport:stdio runtime:pypi

Install SSH LICCO MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SSH LICCO MCP Server in other clients