Pushci
Rank #52,519io.github.finsavvyai/pushci
AI-native zero-config CI/CD. 19 languages, 40+ frameworks. Free forever.
Pushci is a Model Context Protocol (MCP) server published by finsavvyai. It ranks #52,519 of 115,460 servers tracked on MCP Toplist. Pushci is listed on Official MCP, with 1 tracked version. It was first listed on Apr 7, 2026 and most recently updated on Apr 7, 2026.
Ranks ahead of 62,941 of 115,460 servers on MCP Toplist.
Use Pushci
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pushci -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -- npx -y pushciReplace each placeholder with your own value before saving.
[mcp_servers.pushci]
command = "npx"
args = ["-y", "pushci"]
[mcp_servers.pushci.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pushci": {
"command": "npx",
"args": [
"-y",
"pushci"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pushci": {
"command": "npx",
"args": [
"-y",
"pushci"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pushci": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pushci"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pushci": {
"command": "npx",
"args": [
"-y",
"pushci"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pushci": {
"command": "npx",
"args": [
"-y",
"pushci"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.finsavvyai%2Fpushci)<a href="https://mcptoplist.com/server/io.github.finsavvyai%2Fpushci"><img src="https://mcptoplist.com/badge/io.github.finsavvyai%2Fpushci.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
finsavvyai
Other servers by finsavvyai
View all finsavvyai servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Apr 7, 2026 |
Frequently asked questions
- Who maintains Pushci?
- Pushci is maintained by finsavvyai, which publishes 3 MCP servers (34 total versions) tracked on MCP Toplist.
- Is Pushci listed on the Official MCP Registry?
- Yes — Pushci is listed on the Official MCP Registry.
- How many versions does Pushci have?
- MCP Toplist tracks 1 version of Pushci, most recently published on Apr 7, 2026.
- Where can I find the source code for Pushci?
- The source code for Pushci is hosted at github.com/finsavvyai/pushci.