Skip to content
Zed

Fetch MCP Server for Zed

io.github.yawlabs/fetch-mcp

HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction

client:Zed transport:stdio runtime:npm

Install Fetch MCP Server in Zed

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

{
  "context_servers": {
    "fetch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/fetch-mcp"
      ]
    }
  }
}

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

Fetch MCP Server in other clients