pendpost for Gemini CLI
io.github.pendpost/pendpost
Local-first social MCP: an agent drafts and schedules posts; you approve before anything publishes.
client:Gemini CLI
transport:stdio
runtime:npm
Install pendpost in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pendpost": {
"command": "npx",
"args": [
"-y",
"pendpost"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs