Buggy-Gitlab-SRE

jcordovaj/Buggy-Gitlab-SRE
★ 0 stars Python AI/LLM Updated today
Buggy is an agentic SRE aims to automate and supervise CI/CD pipelines in GitLab using advanced AI capabilities. This system utilizes Gemini, the MCP server, and five agents to create a powerful tool that operates 24/7.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "buggy-gitlab-sre": {
      "command": "uvx",
      "args": [
        "buggy-gitlab-sre"
      ]
    }
  }
}

Or install with pip: pip install buggy-gitlab-sre