Bitbucket Server MCP
by garc33
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BITBUCKET_URL | Yes | Base URL of your Bitbucket Server instance | |
BITBUCKET_TOKEN | No | Personal access token for Bitbucket Server authentication | |
BITBUCKET_PASSWORD | No | Password for Bitbucket Server basic authentication | |
BITBUCKET_USERNAME | No | Username for Bitbucket Server basic authentication | |
BITBUCKET_DEFAULT_PROJECT | No | Default project key to use when not specified in tool calls |
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 |