ssh-mcp-pro for Gemini CLI
io.github.oaslananka/ssh-mcp-pro
Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.
client:Gemini CLI
transport:stdio
runtime:npm
Install ssh-mcp-pro in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ssh-mcp-pro": {
"command": "npx",
"args": [
"-y",
"ssh-mcp-pro"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs