Skip to content

Bitbucket

The Bitbucket connector indexes pull requests into the local SQLite index and exposes read tools across repositories, PRs, issues, and Pipelines runs. Authentication is via your Bitbucket username plus an app password.


  • Service id: bitbucket
  • Item types: pr
Terminal window
nimbus connector auth bitbucket

Stored in the Vault as bitbucket.username and bitbucket.app_password and injected at spawn as BITBUCKET_USERNAME / BITBUCKET_APP_PASSWORD. The MCP server uses HTTP Basic auth against api.bitbucket.org/2.0.

| Tool | Purpose | |---|---| | bitbucket_issue_list | List issues for a repository (issue tracker must be enabled). | | bitbucket_pipeline_get | Get a single pipeline run by UUID. | | bitbucket_pipeline_list | List Pipelines runs for a repository. | | bitbucket_pr_get | Get a single pull request by numeric id. | | bitbucket_pr_list | List pull requests for a repository. | | bitbucket_repo_list | List repositories where the authenticated user is a member. |

Every tool below requires interactive consent through the Gateway HITL gate before it executes.

| Tool | Purpose | |---|---| | bitbucket_pr_merge | Merge a pull request. |