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