share for Gemini CLI
com.htmlradar/share
Publish HTML as a tracked link and see who opened it and which sections they read.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install share in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"share": {
"httpUrl": "https://mcp.htmlradar.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs