Skip to content
Zed

Vercel MCP Pro for Zed

io.github.helbertparanhos/vercel-mcp-pro

Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API

client:Zed transport:stdio runtime:npm

Install Vercel MCP Pro 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": {
    "vercel-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "vercel-mcp-pro"
      ],
      "env": {
        "VERCEL_TOKEN": "<VERCEL_TOKEN>",
        "VERCEL_TEAM_ID": "<VERCEL_TEAM_ID>",
        "VERCEL_READONLY": "<VERCEL_READONLY>"
      }
    }
  }
}

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

Vercel MCP Pro in other clients