Skip to content
Zed

vercel for Zed

com.pulsemcp/vercel

MCP server for Vercel — manage deployments and view build and runtime application logs.

client:Zed transport:stdio runtime:npm

Install vercel 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": {
      "command": "npx",
      "args": [
        "-y",
        "vercel-platform-mcp-server"
      ],
      "env": {
        "VERCEL_TOKEN": "<VERCEL_TOKEN>",
        "VERCEL_TEAM_ID": "<VERCEL_TEAM_ID>",
        "VERCEL_TEAM_SLUG": "<VERCEL_TEAM_SLUG>",
        "VERCEL_ENABLED_TOOLGROUPS": "<VERCEL_ENABLED_TOOLGROUPS>"
      }
    }
  }
}

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

vercel in other clients