Skip to content
Zed

markdown for Zed

io.github.ryudi84/markdown

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

client:Zed transport:stdio runtime:npm

Install markdown in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

markdown in other clients