Skip to content

http inspector mcp for Zed

io.github.mrfentmen/http-inspector-mcp

Fetch a URL and report its status, headers, and size. Runs locally.

client:Zed transport:stdio runtime:npm

Install http inspector mcp in Zed

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

{
  "context_servers": {
    "http-inspector-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "http-inspector-mcp"
      ]
    }
  }
}

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

http inspector mcp in other clients