clean markdown for Zed
io.github.damonwill78-a11y/clean-markdown
Any URL to clean, LLM-ready Markdown for RAG. Strips ads, nav, and boilerplate.
client:Zed
transport:stdio
runtime:npm
Install clean markdown in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"clean-markdown": {
"command": "npx",
"args": [
"-y",
"clean-markdown-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs