MCP Server
MCP
io.github.addiplus/vercel-deployment-mcp
Reference MCP stdio server for observing Vercel projects and deployments.
Install
npx -y @addiplus/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@addiplus/vercel-deployment-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Vercel API access token used to read project and deployment information. Create one at https://vercel.com/account/tokens.",
"isRequired": true,
"isSecret": true,
"name": "VERCEL_TOKEN"
},
{
"description": "Optional Vercel team (scope) identifier. Set this when the token belongs to a team so requests target the correct team scope.",
"name": "VERCEL_TEAM_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment