PastML for Gemini CLI
io.github.h4ck4life/pastml
Deploy HTML and Markdown as live URLs. Create, search, update, and manage pastes from any AI agent.
client:Gemini CLI
transport:streamable-http
Install PastML in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pastml": {
"httpUrl": "https://pastml.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs