ReadGZH for Gemini CLI
io.github.sweesama/readgzh
Read WeChat public account articles via MCP. 99.89% anti-scraping success, 50-87% token compression.
client:Gemini CLI
transport:streamable-http
tools:5
Install ReadGZH in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"readgzh": {
"httpUrl": "https://api.readgzh.site/mcp-server"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs