Skip to content
Gemini CLI

Janus for Gemini CLI

io.github.tonylchang/janus-mcp

Secure Kubernetes MCP server: scoped, redacted diagnostics and human-approved writes

client:Gemini CLI transport:stdio runtime:pypi

Install Janus in Gemini CLI

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

{
  "mcpServers": {
    "janus-mcp": {
      "command": "uvx",
      "args": [
        "janus-mcp-server"
      ]
    }
  }
}

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

Janus in other clients