Experimental
This connector is new and may have rough edges. APIs and tool names could change between releases. Please report issues on GitHub.
Changelog
Initial release. 9 tools for projects, deployments, domains, and environment variables.
Setup
What you'll need: A Vercel personal access token. Go to vercel.com/account/tokens and create a token. The connect command will prompt you to paste it.
Tools
Projects 2 tools
- vercel_list_projects - List all projects in your account or team
- vercel_get_project - Get full details of a specific project
Deployments 4 tools
- vercel_list_deployments - List deployments with status and branch filters
- vercel_get_deployment - Get full details of a specific deployment
- vercel_redeploy - Trigger a redeployment of an existing deployment
- vercel_get_deployment_events - Get build logs and runtime events for a deployment
Domains 1 tool
- vercel_list_domains - List all domains configured for a project
Environment Variables 2 tools
- vercel_list_env_vars - List environment variables for a project
- vercel_create_env_var - Create or update an environment variable