Ci Cd
MCP Serverby ssiumha · Added 5mo ago
Claude
9
Install
git clone https://github.com/ssiumha/dotsAdd to Claude
claude mcp add ci-cdQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"ci-cd": {
"command": "npx",
"args": [
"@modelcontextprotocol/ci-cd"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Sets up CI/CD workflows both locally (Justfile, lint, test) and remotely (GitHub Actions, GitLab CI). Use for test automation, pre-commit hooks, or deployment pipelines.
Tags
devopstypescriptgitci/cdskill