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
{
"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