Skip to content
Gemini CLI

hibp for Gemini CLI

io.github.darrenjrobinson/hibp

A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API

client:Gemini CLI transport:stdio runtime:npm

Install hibp 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": {
    "hibp": {
      "command": "npx",
      "args": [
        "-y",
        "@darrenjrobinson/hibp-mcp"
      ],
      "env": {
        "HIBP_API_KEY": "<HIBP_API_KEY>",
        "HIBP_SUBSCRIPTION_PLAN": "<HIBP_SUBSCRIPTION_PLAN>"
      }
    }
  }
}

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

hibp in other clients