Skip to content
Gemini CLI

MX Probe for Gemini CLI

dev.mxprobe/mxprobe

Email verification for AI agents: send, hold or kill with the reason. Signup and credits by API.

client:Gemini CLI transport:stdio runtime:npm

Install MX Probe 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": {
    "mxprobe": {
      "command": "npx",
      "args": [
        "-y",
        "mxprobe"
      ],
      "env": {
        "MXPROBE_API_KEY": "<MXPROBE_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

MX Probe in other clients