Skip to content
Gemini CLI

mailpal for Gemini CLI

io.github.michaelyousrie/mailpal

List, inspect, and run saved HTTP requests from MailPal collections; write tools on Pro

client:Gemini CLI transport:stdio runtime:npm

Install mailpal 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": {
    "mailpal": {
      "command": "npx",
      "args": [
        "-y",
        "mailpal-mcp"
      ],
      "env": {
        "MAILPAL_WORKSPACE": "<MAILPAL_WORKSPACE>",
        "MAILPAL_HISTORY_DIR": "<MAILPAL_HISTORY_DIR>"
      }
    }
  }
}

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

mailpal in other clients