Index live · v1.3.0 · MAY 26 2026
173+ skills indexed200+ MCP servers18+ platforms tracked
DevOps & SecurityIntermediate
DevOps & Monitoring
Connect your deployment pipeline, error tracking, and version control into one workflow. Deploy to Vercel, monitor errors with Sentry, and manage code with GitHub — all from your AI agent. When errors appear post-deploy, Claude reads the stack traces and creates a fix in one conversation.
8 min setup4 components1 skill3 MCP serversLast updated
Skills
Vercel Deploy
Deployment configuration, framework detection, and build optimization.
npx skills add vercel-labs/agent-skills/vercel-deployMCP Servers
Setup
Add the Vercel deployment skill for proper configuration.
npx skills add vercel-labs/agent-skills/vercel-deployAdd Sentry, GitHub, and Vercel MCP servers to close the deploy-monitor-fix loop.
{
"mcpServers": {
"sentry": { "url": "https://mcp.sentry.dev" },
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<your-token>" }
},
"vercel": {
"command": "npx",
"args": ["-y", "vercel-mcp-server"],
"env": { "VERCEL_TOKEN": "<your-token>" }
}
}
}Use Cases
- CI/CD pipeline automation
- Post-deployment error triage
- Preview deployments for PRs
- Production monitoring and incident response
DevOpsdeploymentmonitoringSentryVercelGitHubCI/CD