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