Skip to content
Zed

Warpweb for Zed

io.github.northbeamsoftware/warpweb

Research, build, and deploy AI-generated websites via the Warpweb API.

client:Zed transport:stdio runtime:npm

Install Warpweb 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": {
    "warpweb": {
      "command": "npx",
      "args": [
        "-y",
        "warpweb-mcp"
      ],
      "env": {
        "WARPWEB_API_KEY": "<WARPWEB_API_KEY>",
        "WARPWEB_API_URL": "<WARPWEB_API_URL>"
      }
    }
  }
}

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

Warpweb in other clients