HTML to Markdown MCP Server for Zed
io.github.sunshad0w/html2md
Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright.
client:Zed
transport:stdio
runtime:oci
Install HTML to Markdown MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"html2md": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sunshad0w/html2md-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs