Stringer CleanExtract for Gemini CLI
app.getstringer/cleanextract
Convert public HTML or a public URL into token-dense Markdown through one remote MCP tool.
client:Gemini CLI
transport:streamable-http
tools:1
Install Stringer CleanExtract in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cleanextract": {
"httpUrl": "https://extract.getstringer.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs