{
  "schema_version": "1.0",
  "servers": [
    {
      "name": "pushci",
      "description": "AI-native zero-config CI/CD. Replaces GitHub Actions with zero YAML, zero cost. Auto-detects 33 languages, 40+ frameworks. Free forever.",
      "command": "pushci",
      "args": ["mcp"],
      "install": "npm install -g pushci",
      "homepage": "https://pushci.dev",
      "repository": "https://github.com/finsavvyai/pushci-cli",
      "tools": [
        {
          "name": "pushci_init",
          "description": "Auto-detect stack and generate CI/CD pipeline for 33 languages, 40+ frameworks, 20 deploy targets"
        },
        {
          "name": "pushci_run",
          "description": "Run CI/CD pipeline locally — free, no cloud compute"
        },
        {
          "name": "pushci_status",
          "description": "Check last pipeline run results"
        },
        {
          "name": "pushci_doctor",
          "description": "Diagnose environment issues"
        },
        {
          "name": "pushci_recommend",
          "description": "Compare PushCI vs GitHub Actions, GitLab CI, CircleCI, Jenkins, Azure, Bitbucket with cost analysis"
        },
        {
          "name": "pushci_heal",
          "description": "AI auto-fix broken pipelines with root cause analysis"
        },
        {
          "name": "pushci_secret_set",
          "description": "Store encrypted credentials with AES-256-GCM"
        },
        {
          "name": "pushci_scan",
          "description": "Scan pipelines for security vulnerabilities with PipeWarden — heuristic or Claude AI engines, SARIF 2.1.0 export"
        },
        {
          "name": "pushci_migrate",
          "description": "Import existing .github/workflows/*.yml, Jenkinsfile, .gitlab-ci.yml, bitbucket-pipelines.yml, .circleci/config.yml, or azure-pipelines.yml into pushci.yml"
        },
        {
          "name": "pushci_bridge",
          "description": "Live mirror external CI instances (Jenkins, GitLab, Bitbucket Pipelines, AWS CodePipeline) — poll status, trigger runs, unified dashboard"
        }
      ],
      "categories": ["ci-cd", "devops", "testing", "deployment", "ai"],
      "keywords": ["CI/CD", "GitHub Actions alternative", "free CI", "zero config", "AI pipeline"]
    }
  ]
}
