pushci for Cursor
io.github.finsavvyai/pushci
AI-native zero-config CI/CD. 19 languages, 40+ frameworks. Free forever.
client:Cursor
transport:stdio
runtime:npm
Install pushci in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pushci": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pushci"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs