Skip to content
Grok

safe ssh mcp for Grok

io.github.areso/safe-ssh-mcp

A secured scoped SSH MCP server for executing safe read-only diagnostic DevOps / SysOps commands

client:Grok transport:stdio runtime:pypi

Install safe ssh mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "safe-ssh-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "safe-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

safe ssh mcp in other clients