Skip to content
Gemini CLI

npm search mcp for Gemini CLI

io.github.zcag/npm-search-mcp

Search npm packages, get live registry data, and compare alternatives. No API key needed.

client:Gemini CLI transport:stdio runtime:oci

Install npm search mcp in Gemini CLI

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

{
  "mcpServers": {
    "npm-search-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zcag/npm-search-mcp:1.0.0"
      ]
    }
  }
}

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

npm search mcp in other clients