Skip to content
Zed

Intercept for Zed

io.github.bighippoman/intercept-mcp

Give your AI the ability to read the web. Fetches URLs as clean markdown with multi-tier fallback.

client:Zed transport:stdio runtime:npm

Install Intercept in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "intercept-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "intercept-mcp"
      ],
      "env": {
        "BRAVE_API_KEY": "<BRAVE_API_KEY>"
      }
    }
  }
}

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

Intercept in other clients