https://github.com/alexpota/deploy-mcp
Universal deployment tracker for AI assistants - check deployment status without leaving your AI chat
https://github.com/alexpota/deploy-mcp
ai ci-cd claude deployment deployment-monitor deployment-status deployment-tracking mcp netlify netlify-deployment vercel vercel-deployment
Last synced: 13 days ago
JSON representation
Universal deployment tracker for AI assistants - check deployment status without leaving your AI chat
- Host: GitHub
- URL: https://github.com/alexpota/deploy-mcp
- Owner: alexpota
- License: apache-2.0
- Created: 2025-08-02T18:18:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T11:37:22.000Z (3 months ago)
- Last Synced: 2025-08-23T11:37:44.266Z (3 months ago)
- Topics: ai, ci-cd, claude, deployment, deployment-monitor, deployment-status, deployment-tracking, mcp, netlify, netlify-deployment, vercel, vercel-deployment
- Language: TypeScript
- Homepage: https://deploy-mcp.io
- Size: 231 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-mcp-servers - **deploy-mcp** - Universal deployment tracker for AI assistants with live status badges and deployment monitoring. `http` `ai` `git` `github` `monitoring` (π¦ Other)
- awesome-mcp-servers - **deploy-mcp/deploy-mcp π βοΈ π ** - Universal deployment tracker for AI assistants with live status badges and deployment monitoring `http` `ai` `git` `github` `monitoring` (Other)
- awesome-cloudflare - deploy-mcp - Tracker fΓΌr KI-Assistenten mit Live-Status-Badges und Deployment-Γberwachung, einschlieΓlich Cloudflare Pages-UnterstΓΌtzung. | https://deploy-mcp.io | Aktiv | (Ueberwachung)
README
# deploy-mcp
**Universal Deployment Tracker for AI Assistants**
Track deployments across all platforms directly in your AI conversation.
No more context-switching. No more dashboard hunting.
[](https://www.npmjs.com/package/deploy-mcp)
[](https://www.npmjs.com/package/deploy-mcp)
[](https://github.com/alexpota/deploy-mcp/blob/main/LICENSE)
[](https://deploy-mcp.io)
---
## Demo
**[Watch Full Demo](./assets/demo.gif)** Β· **[Live Badge Demo](https://mcp-netlify-demo.netlify.app/)**
---
## Quick Start
βββββββββββββββββββββββββ
**Get started in under 30 seconds:**
```bash
npx deploy-mcp
```
That's it! The server is now running and ready to be configured in your AI assistant.
## Supported Platforms
βββββββββββββββββββββββββ
deploy-mcp supports multiple deployment platforms simultaneously. Configure as many as you need:
| Platform | Status | Token Required | Features |
|----------|--------|---------------|----------|
| **Vercel** | β
Ready | `VERCEL_TOKEN` | Status, Logs, History, Real-time Monitoring |
| **Netlify** | β
Ready | `NETLIFY_TOKEN` | Status, Logs, History, Real-time Monitoring |
| **Cloudflare Pages** | β
Ready | `CLOUDFLARE_TOKEN` | Status, Logs, History, Real-time Monitoring |
| **GitHub Pages** | π§ Coming Soon | `GITHUB_TOKEN` | - |
### Multi-Platform Configuration
You can use **multiple platforms simultaneously** by providing tokens for each platform you want to track:
```json
{
"mcpServers": {
"deploy-mcp": {
"command": "npx",
"args": ["-y", "deploy-mcp"],
"env": {
"VERCEL_TOKEN": "your-vercel-token",
"NETLIFY_TOKEN": "your-netlify-token",
"CLOUDFLARE_TOKEN": "accountId:globalApiKey"
// Add more platform tokens as needed
}
}
}
}
```
## Platform Configuration
βββββββββββββββββββββββββ
### Vercel
Setup Instructions
1. **Get your API token:**
- Go to [vercel.com/account/tokens](https://vercel.com/account/tokens)
- Click "Create Token"
- Give it a descriptive name (e.g., "deploy-mcp")
- Copy the token
2. **Add to your AI assistant configuration:**
```json
{
"env": {
"VERCEL_TOKEN": "your-vercel-token"
}
}
```
3. **Available commands:**
- `"Check my Vercel deployment for project-name"`
- `"What's the status of my latest Vercel deployment?"`
- `"Show me Vercel deployment logs"`
- `"Watch my Vercel deployment progress"`
- `"List all my Vercel projects"`
- `"Show last 5 deployments for project-name"`
4. **Required permissions:** Read access to deployments and projects
### Netlify
Setup Instructions
1. **Get your API token:**
- Go to [app.netlify.com/user/applications](https://app.netlify.com/user/applications)
- Under "Personal access tokens", click "New access token"
- Give it a descriptive name (e.g., "deploy-mcp")
- Copy the token
2. **Add to your AI assistant configuration:**
```json
{
"env": {
"NETLIFY_TOKEN": "your-netlify-token"
}
}
```
3. **Available commands:**
- `"Check my Netlify deployment for site-name"`
- `"What's the status of my latest Netlify deployment?"`
- `"Show me Netlify deployment logs"`
- `"Watch my Netlify deployment progress"`
- `"List all my Netlify sites"`
- `"Show deployment history for site-name"`
4. **Required permissions:** Read access to sites and deploys
### Cloudflare Pages
Setup Instructions
1. **Get your API token:**
- Go to [dash.cloudflare.com/profile/api-tokens](https://dash.cloudflare.com/profile/api-tokens)
- Click "Create Token"
- Use "Custom token" with these permissions:
- **Zone:Zone:Read**
- **Zone:Page Rules:Read**
- **Account:Cloudflare Pages:Edit**
- Or use your Global API Key (format: `accountId:globalApiKey`)
- Copy the token
2. **Add to your AI assistant configuration:**
```json
{
"env": {
"CLOUDFLARE_TOKEN": "your-cloudflare-token-or-accountId:globalApiKey"
}
}
```
3. **Available commands:**
- `"Check my Cloudflare Pages deployment for project-name"`
- `"What's the status of my latest Cloudflare Pages deployment?"`
- `"Show me Cloudflare Pages deployment logs"`
- `"Watch my Cloudflare Pages deployment progress"`
- `"List all my Cloudflare Pages projects"`
- `"Show deployment history for project-name"`
4. **Token formats supported:**
- **API Token**: `your-api-token` (requires `CLOUDFLARE_ACCOUNT_ID` env var)
- **Global API Key**: `accountId:globalApiKey` (all-in-one format)
5. **Required permissions:** Account access to Cloudflare Pages
## AI Assistant Configuration
βββββββββββββββββββββββββ
deploy-mcp works with any MCP-compatible AI assistant. Here's how to set it up:
### Claude Desktop
Configuration
**File location:**
- **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
- **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
- **Linux**: `~/.config/Claude/claude_desktop_config.json`
**Configuration:**
```json
{
"mcpServers": {
"deploy-mcp": {
"command": "npx",
"args": ["-y", "deploy-mcp"],
"env": {
"VERCEL_TOKEN": "your-vercel-token",
"NETLIFY_TOKEN": "your-netlify-token"
}
}
}
}
```
### VS Code
Configuration
**File location:**
- Workspace: `.vscode/mcp.json`
- Global: `~/.vscode/mcp.json`
**Requirements:** GitHub Copilot subscription with MCP enabled
**Configuration:** Same as Claude Desktop
### Cursor AI
Configuration
**File location:** `~/.cursor/mcp.json`
**Setup:** Navigate to Cursor Settings β MCP
**Configuration:** Same as Claude Desktop
### Windsurf IDE
Configuration
**File location:** `~/.codeium/windsurf/mcp_config.json`
**Setup:** Settings β Advanced Settings β Cascade
**Configuration:** Same as Claude Desktop
### Continue.dev
Configuration
**File location:** `~/.continue/config.json`
**Configuration (different structure):**
```json
{
"experimental": {
"modelContextProtocolServer": {
"transport": {
"type": "stdio",
"command": "npx",
"args": ["-y", "deploy-mcp"]
},
"env": {
"VERCEL_TOKEN": "your-vercel-token",
"NETLIFY_TOKEN": "your-netlify-token"
}
}
}
}
```
### Cline (VS Code Extension)
Configuration
**Natural language setup:**
- Ask: *"Add the deploy-mcp tool to check deployments"*
**Manual setup:**
- MCP Servers icon β Advanced MCP Settings
**Configuration:** Same as Claude Desktop
## Deployment Status Badges
βββββββββββββββββββββββββ
Get live deployment status badges for your repositories:
### Badge Format
The deploy-mcp.io endpoint returns JSON data for shields.io. Use the shields.io endpoint wrapper:
```markdown

```
### Examples by Platform
#### Vercel Badge
```markdown

```
#### Netlify Badge
```markdown

```
#### Multiple Badges
```markdown


```
### Webhook Configuration
For real-time badge updates, configure webhooks:
Vercel Webhooks (Pro/Enterprise only)
1. Go to your Vercel team settings
2. Navigate to "Webhooks" section
3. Click "Create Webhook"
4. Configure:
- **URL**: `https://deploy-mcp.io/webhook/{username}/{repo}/vercel`
- **Events**: Deployment Created, Ready, Error
- **Projects**: Select specific or all
Netlify Webhooks
1. Go to Site Settings β Build & deploy β Deploy notifications
2. Add notification β Outgoing webhook
3. Configure:
- **URL**: `https://deploy-mcp.io/webhook/{username}/{repo}/netlify`
- **Events**: Deploy started, succeeded, failed
**Note:** Badges require public repositories. Private repo support coming soon.
## Available Tools
βββββββββββββββββββββββββ
deploy-mcp provides these tools to your AI assistant:
### Core Tools
| Tool | Description | Example Command |
|------|-------------|-----------------|
| `check_deployment_status` | Get latest deployment status or history | *"Check my deployment status"* / *"Show last 5 deployments"* |
| `watch_deployment` | Monitor deployment in real-time | *"Watch my deployment progress"* |
| `compare_deployments` | Compare recent deployments | *"Compare my last 2 deployments"* |
| `get_deployment_logs` | Fetch deployment logs | *"Show me deployment logs"* |
| `list_projects` | List all available projects | *"List my Vercel projects"* / *"Show all Netlify sites"* |
### Platform-Specific Usage
Commands work across all configured platforms:
```
"Check my Vercel deployment for my-app"
"Show last 10 deployments for my-app on Vercel"
"List all my Vercel projects"
"Check my Netlify deployment for my-site"
"Show me logs for deployment abc123 on Vercel"
"Watch my Netlify deployment progress"
"Show all my Netlify sites"
```
### New Features
#### List Projects
Discover all your projects/sites across platforms:
```
"List my Vercel projects"
"Show all Netlify sites"
"What projects do I have on Vercel?"
```
#### Deployment History
View multiple recent deployments at once:
```
"Show last 5 deployments for my-app"
"Get deployment history for my-site"
"Check last 10 deployments on Vercel"
```
The AI will automatically use the correct platform based on:
1. Explicit platform mention in your command
2. Project/site name matching
3. Available tokens in configuration
## Security
βββββββββββββββββββββββββ
- **Local tokens only** - Your API tokens stay on your machine
- **No telemetry** - We don't track usage or collect data
- **Open source** - Fully auditable codebase
- **Minimal permissions** - Only read access required
## Advanced Configuration
βββββββββββββββββββββββββ
### Environment Variables
You can also set tokens via environment variables:
```bash
export VERCEL_TOKEN="your-vercel-token"
export NETLIFY_TOKEN="your-netlify-token"
npx deploy-mcp
```
### Custom Installation
For production use, install globally:
```bash
npm install -g deploy-mcp
deploy-mcp
```
## Contributing
βββββββββββββββββββββββββ
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
### Adding New Platforms
1. Implement the `BaseAdapter` interface
2. Add platform-specific API client
3. Update configuration documentation
4. Add tests
## License
βββββββββββββββββββββββββ
Apache 2.0 - See [LICENSE](LICENSE) for details.
## Links
βββββββββββββββββββββββββ
- [Website](https://deploy-mcp.io)
- [npm Package](https://www.npmjs.com/package/deploy-mcp)
- [GitHub Repository](https://github.com/alexpota/deploy-mcp)
- [Report Issues](https://github.com/alexpota/deploy-mcp/issues)
---
Made with β€οΈ for developers who love AI-assisted coding