Skip to main content
On this page

adk-review:bitbucket

Bitbucket MCP via npx (npm package: bitbucket-mcp). Auth: BITBUCKET_TOKEN (workspace access token or app password). Surface: PR read/comment/approve, pipelines, branching model, repos. Sibling to the github MCP for teams that mirror or migrate between hosts. See SETUP.md §4.4.

Source

plugins/adk-review/.mcp.json

Environment Variables

None declared.

Configuration

JSON
{  "bitbucket": {    "command": "sh",    "args": [      "-c",      "BITBUCKET_USERNAME=$BITBUCKET_USERNAME BITBUCKET_PASSWORD=$BITBUCKET_TOKEN npx -y bitbucket-mcp@latest"    ],    "description": "Bitbucket MCP via npx (npm package: bitbucket-mcp). Auth: $BITBUCKET_USERNAME + $BITBUCKET_TOKEN (workspace access token or app password). Surface: PR read/comment/approve, pipelines, branching model, repos. Sibling to the github MCP for teams that mirror or migrate between hosts. See SETUP.md §4.4."  }}