npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@craftpipe/devpilot-mcp

v1.0.0

Published

Unified DevOps lifecycle MCP server — GitHub Actions, Vercel, Railway, Sentry, health monitoring

Readme

npm version License: MIT Tests TypeScript Node MCP

Replace 6 DevOps tools with one MCP server. Deploy, monitor, rollback, and audit your entire DevOps lifecycle through a single AI-native interface.

Quick Start · Tools · Pro Features · Security · Architecture


See it in action

 Agent     "Deploy main to production and verify everything looks good"

 DevPilot  deploy_pipeline({
             repo: "acme/api",
             branch: "main",
             provider: "vercel",
             project_id: "acme-api",
             test_workflow: "ci.yml",
             health_url: "https://api.acme.com/health",
             sentry_project_slug: "acme-api"
           })

 Pipeline:

 Step              Status    Duration
 run_tests         success     42.1s
 trigger_deploy    success      1.2s
 health_check      success      0.3s
 error_check       success      0.8s

 Overall: success — deployed dpl_8xKpQ2 in 44.4s
 Agent     "We have an incident — what changed in the last hour?"

 DevPilot  incident_report({ project_slug: "acme-api", timeframe: "1h" })

 Timeline:

 14:02  deploy   dpl_7mNR9  branch: hotfix/auth — ready in 28s
 14:07  error    TypeError: Cannot read properties of undefined (reading 'user')
 14:07  error    UnhandledPromiseRejection in /api/auth/callback (×14)

 Correlations:

 TypeError: Cannot read ...   deploy dpl_7mNR9   confidence: HIGH
 Reason: errors appeared 5 minutes after deployment on same branch

 2 errors correlated — 2 high confidence

Architecture

graph LR
    A["AI Agent<br/>(Claude, Cursor, Windsurf)"] -->|MCP Protocol| B["DevPilot MCP"]
    B --> C["Vercel"]
    B --> D["Railway"]
    B --> E["Sentry"]
    B --> F["GitHub Actions"]
    B --> G["Health Endpoints"]

    style A fill:#1f2937,stroke:#f97316,color:#f0f6fc
    style B fill:#0d1117,stroke:#f97316,stroke-width:2px,color:#f97316
    style C fill:#161b22,stroke:#000000,color:#f0f6fc
    style D fill:#161b22,stroke:#7c3aed,color:#f0f6fc
    style E fill:#161b22,stroke:#362d59,color:#f0f6fc
    style F fill:#161b22,stroke:#30363d,color:#8b949e
    style G fill:#161b22,stroke:#30363d,color:#8b949e

Quick Start

npx devpilot-mcp

Add to your claude_desktop_config.json:

  • macOS / Linux: ~/.config/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "devpilot": {
      "command": "npx",
      "args": ["devpilot-mcp"],
      "env": {
        "VERCEL_TOKEN": "your-vercel-token",
        "RAILWAY_TOKEN": "your-railway-token",
        "SENTRY_TOKEN": "your-sentry-token",
        "SENTRY_ORG": "your-sentry-org",
        "GITHUB_TOKEN": "your-github-token"
      }
    }
  }
}

Add to .cursor/rules/mcp_servers.json in your project root:

{
  "mcpServers": {
    "devpilot": {
      "command": "npx",
      "args": ["devpilot-mcp"],
      "env": {
        "VERCEL_TOKEN": "your-vercel-token",
        "GITHUB_TOKEN": "your-github-token"
      }
    }
  }
}

Open settings (Cmd+Shift+P / Ctrl+Shift+P then search "MCP") and add:

{
  "mcpServers": {
    "devpilot": {
      "command": "npx",
      "args": ["devpilot-mcp"],
      "env": {
        "VERCEL_TOKEN": "your-vercel-token",
        "GITHUB_TOKEN": "your-github-token"
      }
    }
  }
}

Set the PRO_LICENSE environment variable to unlock premium tools:

{
  "mcpServers": {
    "devpilot": {
      "command": "npx",
      "args": ["devpilot-mcp"],
      "env": {
        "PRO_LICENSE": "CPK-your-license-key",
        "VERCEL_TOKEN": "your-vercel-token",
        "RAILWAY_TOKEN": "your-railway-token",
        "SENTRY_TOKEN": "your-sentry-token",
        "SENTRY_ORG": "your-sentry-org",
        "GITHUB_TOKEN": "your-github-token"
      }
    }
  }
}

Or from the command line:

PRO_LICENSE=CPK-your-license-key npx devpilot-mcp

Environment Variables

| Variable | Required For | Description | |:---------|:-------------|:------------| | VERCEL_TOKEN | Vercel tools | Personal access token from vercel.com/account/tokens | | RAILWAY_TOKEN | Railway tools | API token from railway.app/account/tokens | | SENTRY_TOKEN | Sentry tools | Auth token from sentry.io/settings/auth-tokens | | SENTRY_ORG | Sentry tools | Organization slug from sentry.io/settings | | GITHUB_TOKEN | GitHub Actions tools | Personal access token with workflow scope | | PRO_LICENSE | Pro tools | License key from Gumroad or MCPize |


Tools

Free Tools (6)

| Tool | Provider | Description | |:-----|:---------|:------------| | deploy_status | Vercel / Railway | Get recent deployments with state, URL, branch, and timing | | trigger_deploy | Vercel / Railway | Trigger a new deployment for a project and branch | | get_errors | Sentry | Fetch recent error events with title, count, level, and stack trace | | run_tests | GitHub Actions | Trigger a CI workflow and return run ID, URL, and status | | deployment_logs | Vercel / Railway | Fetch build and runtime logs for a specific deployment | | health_check | HTTP | Check one or more URLs — returns up/down, response time, status code |

Pro Features (6)

| Tool | Provider | Description | |:-----|:---------|:------------| | rollback_deploy | Vercel / Railway | Roll back to the previous (or specified) deployment | | incident_report | Sentry + Vercel | Correlate errors with recent deployments — returns confidence-scored timeline | | deploy_pipeline | All | Full pipeline: test → deploy → health check → error check | | cost_monitor | Vercel / Railway | Infrastructure cost breakdown and trend over 7d / 30d / 90d | | environment_sync | Vercel / Railway | Diff env vars across environments — values are never exposed | | audit_trail | Internal | Query the DevPilot audit log for all tool calls and outcomes |


Feature Comparison


Provider Support


Security

No Stored Credentials No Telemetry MIT License Audit Trail

| Principle | Details | |:----------|:--------| | No stored credentials | API tokens are passed via environment variables — DevPilot never stores or transmits them | | Values never exposed | environment_sync compares key names only — env var values are masked and never returned | | Audit trail | Every Pro tool call is logged to a local SQLite audit log for compliance review | | Per-call token injection | Tokens are read from process.env at call time — rotate without restarting the server | | No telemetry | Zero analytics, zero phone-home. All data stays in your environment |

Best Practices

# Never hardcode tokens — use environment variables
VERCEL_TOKEN=xxx GITHUB_TOKEN=yyy npx devpilot-mcp

# Use scoped tokens with minimal permissions
# Vercel: read-only token for deploy_status, full token for trigger_deploy
# GitHub: token with only workflow scope for run_tests

# Review the audit log regularly (Pro)
# → call audit_trail({ timeframe: "7d" })

Pro License

Unlock rollback, incident reports, full deploy pipelines, cost monitoring, environment sync, and the audit trail.

Get your license:

# Activate
export PRO_LICENSE=CPK-your-license-key
npx devpilot-mcp

# Or inline
PRO_LICENSE=CPK-your-license-key npx devpilot-mcp

Built by Craftpipe — AI-powered developer tools

GitHub · npm · Support

MIT License © 2026 Craftpipe