Skip to content
Grok

SSH LICCO MCP Server for Grok

io.github.echoqili/ssh-licco

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

client:Grok transport:stdio runtime:pypi

Install SSH LICCO MCP Server in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

SSH LICCO MCP Server in other clients