Skip to content
Windsurf

clean markdown for Windsurf

io.github.damonwill78-a11y/clean-markdown

Any URL to clean, LLM-ready Markdown for RAG. Strips ads, nav, and boilerplate.

client:Windsurf transport:stdio runtime:npm

Install clean markdown in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "clean-markdown": {
      "command": "npx",
      "args": [
        "-y",
        "clean-markdown-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

clean markdown in other clients