Skip to content
Gemini CLI

nexus for Gemini CLI

io.github.addozhang/nexus

Query Sonatype Nexus Repository (OSS/Pro) for Maven, Python, and Docker artifacts

client:Gemini CLI transport:stdio runtime:pypi

Install nexus in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nexus": {
      "command": "uvx",
      "args": [
        "nexus-mcp-server"
      ],
      "env": {
        "NEXUS_BASE_URL": "<NEXUS_BASE_URL>",
        "NEXUS_USERNAME": "<NEXUS_USERNAME>",
        "NEXUS_PASSWORD": "<NEXUS_PASSWORD>"
      }
    }
  }
}

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

nexus in other clients