Ci-Cd

gitlab-mcp: drive GitLab from Claude Code without leaving the terminal

An MCP server that exposes GitLab issues, labels, epics, and CI/CD pipelines as tools Claude Code can call directly

I spend a lot of time in Claude Code, and a lot of time in GitLab. The constant tab-switching between the two — copy an issue ID, paste it into a prompt, jump back to read a job log, paste that too — got tiresome. So I wrote gitlab-mcp, a Model Context Protocol server that lets Claude Code talk to GitLab directly.

Tools gitlab mcp claude-code

Hosting a Helm Chart Repository on GitHub with chart-releaser

Step-by-step guide to publish Helm charts on GitHub Pages using the helm/chart-releaser-action, with a clean repository layout that decouples the application from its chart

Hosting a Helm Chart Repository on GitHub with chart-releaser

GitHub Pages plus the helm/chart-releaser-action is the de facto way to turn a GitHub repository into a Helm chart repository. No extra hosting, no separate registry — just a gh-pages branch and a workflow file.

This post walks through the layout I use in practice: one repository for the application, a separate one for the chart.

Kubernetes helm kubernetes github