Bitbucket

by ibrahimogod

Not rated
GitHub

About

Access the Bitbucket Cloud API for automation, CI/CD pipelines, and integrations.

Details

Author
ibrahimogod
Categories
Developer Tools, Infrastructure, Other

Quick Start: Bitbucket API Automation in Rust

Quick Start: Bitbucket API Automation in Rust

1. Use the Prebuilt Docker Image from GHCR

docker run -e BITBUCKET_API_USERNAME=<your_atlassian_email> -e BITBUCKET_API_TOKEN=<your_api_token> -p 8080:8080 ghcr.io/ibrahimogod/bitbucket-mcp:latest

- Find all tags/releases at:GitHub Releases
- See
[GHCR package

git clone https://github.com/Ibrahimogod/bitbucket-mcp.git cd bitbucket-mcp cargo build --release $env:BITBUCKET_API_USERNAME="<your_atlassian_email>" $env:BITBUCKET_API_TOKEN="<your_api_token>" cargo run --release --bin bitbucket_stdio
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.