← Back to Plugins
MCP Server MCP

io.github.addiplus/vercel-deployment-mcp

github By github 👁 1 views ▲ 0 votes

Reference MCP stdio server for observing Vercel projects and deployments.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...