AI-native zero-config CI/CD. 19 languages, 40+ frameworks. Free forever.
claude mcp add pushci -- npx -y pushci
claude_desktop_config.json
{
"mcpServers": {
"pushci": {
"command": "npx",
"args": [
"-y",
"pushci"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"pushci": {
"command": "npx",
"args": [
"-y",
"pushci"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pushci": {
"command": "npx",
"args": [
"-y",
"pushci"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"pushci": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pushci"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"pushci": {
"command": "npx",
"args": [
"-y",
"pushci"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.finsavvyai--pushci/reviews or the review_server meta-tool.
POST /mcp