Skip to content
Zed

Fetch for Zed

io.github.modelcontextprotocol/fetch

Reference server that fetches a URL and converts the page to markdown for a model to read, with optional raw mode and pagination through long pages.

client:Zed transport:stdio runtime:pypi tools:1

Install Fetch in Zed

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

{
  "context_servers": {
    "fetch": {
      "command": "uvx",
      "args": [
        "mcp-server-fetch"
      ]
    }
  }
}

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

What Zed can do once it is connected

Fetch in other clients