Skip to content
Gemini CLI

artifact hub mcp for Gemini CLI

io.github.mrfentmen/artifact-hub-mcp

Helm charts and cloud native packages from Artifact Hub. No key required.

client:Gemini CLI transport:stdio runtime:npm

Install artifact hub mcp in Gemini CLI

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

{
  "mcpServers": {
    "artifact-hub-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/artifact-hub-mcp"
      ]
    }
  }
}

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

artifact hub mcp in other clients