bitbucket-cli

FabianSchurig/bitbucket-cli
★ 3 stars Go 🤖 AI/LLM Updated 1d ago
This provides a go bitbucket cli bb-cli, an mcp server bb-mcp and a terraform provider. All by focusing on low maintenance using auto generation from the official OpenAPI Spec.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bitbucket-cli": {
      "command": "go",
      "args": [
        "run",
        "github.com/FabianSchurig/bitbucket-cli@latest"
      ]
    }
  }
}

README Excerpt

Low-maintenance Bitbucket Cloud tooling built from the live OpenAPI spec: a CLI for software engineers, an MCP server for AI agents, and a Terraform provider for DevSecOps teams. > [!IMPORTANT] > `https://github.com/FabianSchurig/bitbucket-cli` is the canonical repository. > If you found this project through the `terraform-provider-bitbucket` mirror, watch, star, file issues, and contribute in `bitbucket-cli`.