Skip to content
Gemini CLI

safe ssh mcp for Gemini CLI

io.github.areso/safe-ssh-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install safe ssh mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

safe ssh mcp in other clients