FREE MCP v1.7.4

pushci

AI-native CI/CD that runs on your machine. Zero config, zero cost. Works inside AI agent sandboxes (Claude, Cursor, Windsurf). 33 languages, 40+ frameworks, 20 deploy targets, 25 installable skills, Tailscale mesh, blast radius analysis.

View on npm Source

Install

# CLI install
npm install -g pushci

MCP client config

{
  "command": "npx",
  "args": ["-y", "pushci"],
  "env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}

Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.

Make it paid

This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.

// Node — npm install spawnpay-paywall
import { paywall } from 'spawnpay-paywall';
const myTool = paywall(
  { price: 0.005, vendor: 'SP_yourCode' },
  originalToolFn
);

About

Package
pushci
Version
1.7.4
Author
finsavvyai
Published
2026-04-23
Keywords
ci, cd, cicd, continuous-integration, continuous-deployment, github-actions, github-actions-alternative, gitlab-ci

Related MCPs

Browse all MCPs →