web2md for Zed
org.web2md/web2md
MCP Server for Web2MD — convert URLs to Markdown from Claude Desktop, Cursor, etc.
client:Zed
transport:stdio
runtime:npm
Install web2md in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"web2md": {
"command": "npx",
"args": [
"-y",
"web2md-mcp-server"
],
"env": {
"WEB2MD_API_KEY": "<WEB2MD_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs