ampel

pacphi/ampel
★ 4 stars Rust Code/Dev Tools Updated 14d ago
PR management dashboard and MCP server with support for Github, Gitlab, and Bitbucket
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ampel": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ampel"
      ]
    }
  }
}

README Excerpt

> **See your PRs at a glance.** Ampel brings traffic light simplicity to PR management across GitHub, GitLab, and Bitbucket. Ampel (German for "traffic light") is a unified PR dashboard that consolidates pull requests from multiple Git providers into a single interface, using an intuitive traffic light system to show what's ready to merge, what's in progress, and what's blocked.

Topics

gitmulti-repo