Skip to content
Windsurf

markdown for Windsurf

io.github.ryudi84/markdown

MCP server for markdown: tables, TOC, HTML conversion, formatting.

client:Windsurf transport:stdio runtime:npm

Install markdown in Windsurf

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

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

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

markdown in other clients