Skip to content
Grok

Hex SSH for Grok

io.github.levnikolaevich/hex-ssh-mcp

Token-efficient SSH MCP with hash-verified files and persistent tmux sessions. 14 tools.

client:Grok transport:stdio runtime:npm

Install Hex SSH in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "hex-ssh-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@levnikolaevich/hex-ssh-mcp"
      ]
    }
  }
}

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

Hex SSH in other clients