Odel
SSH LICCO MCP Server

SSH LICCO MCP Server

Local
@echoqili3PythonMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIssh-liccov2.7.2

Run

uvx ssh-licco

MCP client config

{
  "mcpServers": {
    "ssh-licco-mcp-server": {
      "command": "uvx",
      "args": [
        "ssh-licco"
      ]
    }
  }
}