Skip to content
Gemini CLI

certindex mcp for Gemini CLI

io.github.certindex/certindex-mcp

Certificate Transparency search for AI agents: certs, subdomains, issuance history, expiry.

client:Gemini CLI transport:stdio runtime:pypi

Install certindex mcp 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": {
    "certindex-mcp": {
      "command": "uvx",
      "args": [
        "certindex-mcp"
      ],
      "env": {
        "CERTINDEX_API_KEY": "<CERTINDEX_API_KEY>"
      }
    }
  }
}

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

certindex mcp in other clients