Html Vers Markdown for Gemini CLI
io.github.dawaxwx/html-vers-markdown
HTML to clean Markdown for LLM and RAG pipelines: headings, lists, tables, links, code fences. Pr...
client:Gemini CLI
transport:streamable-http
Install Html Vers Markdown in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"html-vers-markdown": {
"httpUrl": "https://html-vers-markdown.david-cyr.workers.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs