← Index

io.github.finsavvyai/pushci

io.github.finsavvyai/pushci·v1.0.2·Other
Quality Score
85
/100

AI-native zero-config CI/CD. 19 languages, 40+ frameworks. Free forever.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "pushci": {
      "command": "npx",
      "args": [
        "-y",
        "pushci"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "pushci": {
      "command": "npx",
      "args": [
        "-y",
        "pushci"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y pushci
§02  Environment variables
ANTHROPIC_API_KEY
secret

Anthropic API key for AI features (optional — free tier works without it)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other