Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BITBUCKET_USERNAME | No | Your Bitbucket username. Recommended when using API Tokens. | |
| BITBUCKET_API_TOKEN | No | An Atlassian API Token. If omitted, the server will attempt to trigger an OAuth 2.0 browser flow. | |
| BITBUCKET_CLIENT_ID | No | OAuth 2.0 Client ID. Required if using OAuth instead of an API Token. | |
| BITBUCKET_CLIENT_SECRET | No | OAuth 2.0 Client Secret. Required if using OAuth instead of an API Token. | |
| BITBUCKET_DISABLED_TOOLS | No | Explicitly deny the AI agent access to specific tools (e.g., 'delete_repository,delete_branch,delete_file'). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |