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
{
"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