fetch extract for Gemini CLI
io.github.cedrickouma/fetch-extract
MCP server (stdio): fetch web pages as clean readable markdown via the AgentForge API
client:Gemini CLI
transport:streamable-http
runtime:npm
Install fetch extract in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fetch-extract": {
"httpUrl": "https://apim-agentforge-6lfm33.azure-api.net/fetch-extract/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs