Skip to content

vercel deployment mcp for Zed

io.github.addiplus/vercel-deployment-mcp

Reference MCP stdio server for observing Vercel projects and deployments.

client:Zed transport:stdio runtime:npm

Install vercel deployment mcp 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-deployment-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@addiplus/vercel-deployment-mcp"
      ],
      "env": {
        "VERCEL_TOKEN": "<VERCEL_TOKEN>",
        "VERCEL_TEAM_ID": "<VERCEL_TEAM_ID>"
      }
    }
  }
}

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

vercel deployment mcp in other clients