Bitbucket Server MCP
by garc33
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BITBUCKET_URL | No | Base URL of your Bitbucket Server instance. | |
BITBUCKET_TOKEN | No | Personal access token for authentication. | |
BITBUCKET_PASSWORD | No | Password for basic authentication. | |
BITBUCKET_USERNAME | No | Username for basic authentication. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_pull_request | Create a new pull request |
get_pull_request | Get pull request details |
merge_pull_request | Merge a pull request |
decline_pull_request | Decline a pull request |
add_comment | Add a comment to a pull request |
get_diff | Get pull request diff |
get_reviews | Get pull request reviews |