ellmos ServerCommander for Gemini CLI
io.github.ellmos-ai/ellmos-servercommander-mcp
Server operations MCP: HTTP health checks, log analysis, deploy dry-runs, mail diagnostics.
client:Gemini CLI
transport:stdio
runtime:npm
Install ellmos ServerCommander in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ellmos-servercommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-servercommander-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs