Skip to content
Gemini CLI

mockpost for Gemini CLI

io.github.reiarseni/mockpost

Local multi-channel message emulator for E2E testing, with MCP tools for LLM agents.

client:Gemini CLI transport:stdio runtime:pypi

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

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

mockpost in other clients