Skip to content
Grok

ssh-mcp-pro for Grok

io.github.oaslananka/ssh-mcp-pro

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

client:Grok transport:stdio runtime:npm

Install ssh-mcp-pro in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ssh-mcp-pro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ssh-mcp-pro"
      ]
    }
  }
}

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-mcp-pro in other clients