mcp-bitbucket
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: fatal … trace. Logs go to stderr. Default: info. | info |
| BITBUCKET_URL | Yes | Instance base URL. Required for the MCP server. | |
| MCP_HTTP_PORT | No | Enables HTTP transport on this port instead of stdio. | |
| BITBUCKET_TOKEN | Yes | Personal Access Token. Required for the MCP server. | |
| BITBUCKET_API_BASE | No | REST module and version. Default: api/1.0. | api/1.0 |
| BITBUCKET_USER_SLUG | No | User slug the review tools act as, when a proxy strips X-AUSERNAME. | |
| MCP_PERMISSION_MODE | No | Which verbs the MCP server exposes — see Permissions. Default: full. | full |
| BITBUCKET_ALLOWED_REPOS | No | Repository allowlist: comma-, semicolon- or space-separated patterns. Unset means all. | |
| BITBUCKET_DIFF_MAX_CHARS | No | Environment-overridable cap: max chars for diff. Default: 60000. | 60000 |
| BITBUCKET_DIFF_HEAD_RATIO | No | Environment-overridable cap: head ratio. Default: 0.6. | 0.6 |
| BITBUCKET_ALLOWED_PROJECTS | No | Repository allowlist: comma-, semicolon- or space-separated patterns. Unset means all. | |
| BITBUCKET_DIFF_CACHE_ENTRIES | No | Environment-overridable cap: cache entries. Default: 4. | 4 |
| BITBUCKET_DIFF_CONTEXT_LINES | No | Environment-overridable cap: context lines. Default: 3. | 3 |
| BITBUCKET_REQUEST_TIMEOUT_MS | No | Environment-overridable cap: request timeout in ms. Default: 30000. | 30000 |
| BITBUCKET_DIFF_FETCH_MAX_CHARS | No | Environment-overridable cap: max chars to fetch. Default: 12000000. | 12000000 |
| BITBUCKET_CHANGED_FILES_MAX_ITEMS | No | Environment-overridable cap: max changed files items. Default: 1000. | 1000 |
| BITBUCKET_CHANGED_FILES_STATS_MAX_FILES | No | Environment-overridable cap: max changed files stats. Default: 500. | 500 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues