markdown for Zed
io.github.ofershap/markdown
Markdown MCP — search, extract sections, list headings, find code blocks.
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",
"mcp-server-markdown"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs