Universal Deployment Tracker

Track deployments across all platforms directly in your AI conversation.
No context switching. No dashboard hunting.

npx deploy-mcp

Works with Claude, Cursor, VS Code, and any MCP-compatible AI assistant

Supported Platforms

Monitor all your deployments from a single interface

Vercel Ready

Full deployment tracking with real-time status, logs, and build comparisons.

Netlify Ready

Complete Netlify support with 15 deployment states and log streaming.

Railway Soon

Railway integration with service monitoring coming next.

Render Soon

Render support with service and database monitoring planned.

✓ Use Multiple Platforms Simultaneously

Configure all your platforms at once. The AI automatically detects which platform to query based on your project.

{
  "env": {
    "VERCEL_TOKEN": "your-vercel-token",
    "NETLIFY_TOKEN": "your-netlify-token"
  }
}

Key Features

Everything you need for complete deployment visibility

Real-time Monitoring

Watch deployments as they happen with streaming updates. See state changes, build progress, and errors instantly. Never refresh a dashboard again.

Intelligent Analysis

Compare deployments to identify performance regressions. Get smart error detection with suggested fixes. Track build times and deployment metrics over time.

Zero Context Switching

Stay in your AI conversation while checking deployments. No browser tabs, no dashboard hunting, no interruptions. Everything happens in your development flow.

Simple Configuration

Get started in under 60 seconds

1

Run the server

Start with npx - no installation needed

2

Add your tokens

Get API tokens from your platform dashboards

3

Configure your AI

Add the configuration to your AI assistant

{
  "mcpServers": {
    "deploy-mcp": {
      "command": "npx",
      "args": ["-y", "deploy-mcp"],
      "env": {
        "VERCEL_TOKEN": "your-vercel-token",
        "NETLIFY_TOKEN": "your-netlify-token"
      }
    }
  }
}

Available Tools

Powerful commands at your fingertips

check_deployment_status
Get the latest deployment status for any project
watch_deployment
Stream real-time deployment progress with live updates
compare_deployments
Compare deployments to track changes and performance
get_deployment_logs
Fetch and analyze deployment logs with error detection

Deployment Badges

Show live deployment status in your README

Vercel Status Netlify Status Railway Status
![Deploy Status](https://img.shields.io/endpoint?url=https://deploy-mcp.io/badge/{user}/{repo}/{platform})

Configure webhooks in your platform for real-time updates