PasteMD for Gemini CLI
io.github.jini-tw/pastemd
Instant markdown sharing. Create, manage, and share documents with password protection.
client:Gemini CLI
transport:streamable-http
Install PasteMD in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pastemd": {
"httpUrl": "https://api.pastemd.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs