What is the io.github.finsavvyai/pushci MCP server?
AI-native zero-config CI/CD. 19 languages, 40+ frameworks. Free forever.
How to install io.github.finsavvyai/pushci
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
ANTHROPIC_API_KEYsecretAnthropic API key for AI features (optional — free tier works without it)
Claude Desktop
~/Library/Application Support/Claude/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>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pushci": {
"command": "npx",
"args": [
"-y",
"pushci"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pushci": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pushci"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}Claude Code
claude mcp add pushci --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> -- npx -y pushciRelated MCP servers
Cost-optimized LLM pipeline + 6 AI security skills (reasoning, triage, remediation, compliance).
View repository →