Skip to content
Gemini CLI

pntr for Gemini CLI

dev.pntr/pntr

Free developer subdomains with DNS, catch-all email, and webhook capture, managed via MCP.

client:Gemini CLI transport:stdio runtime:npm

Install pntr in Gemini CLI

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

{
  "mcpServers": {
    "pntr": {
      "command": "npx",
      "args": [
        "-y",
        "@pntr/cli"
      ]
    }
  }
}

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

pntr in other clients