Html Vers Markdown for VS Code
io.github.dawaxwx/html-vers-markdown
HTML to clean Markdown for LLM and RAG pipelines: headings, lists, tables, links, code fences. Pr...
client:VS Code
transport:streamable-http
Install Html Vers Markdown in VS Code
.vscode/mcp.json
{
"servers": {
"html-vers-markdown": {
"type": "http",
"url": "https://html-vers-markdown.david-cyr.workers.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs