Bitbucket MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BITBUCKET_USERNAME | Yes | Your Bitbucket username | |
| BITBUCKET_WORKSPACE | Yes | Your Bitbucket workspace name (typically your username or organization name) | |
| BITBUCKET_APP_PASSWORD | Yes | Your Bitbucket app password with Repository Read permissions |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_repositoriesB | List all repositories in the configured Bitbucket workspace |
| get_repository_detailsC | Get detailed information about a specific repository including latest commit info |
| list_commitsC | Get commit information for a specific repository |
| get_commitC | Get a single commit by its hash. |
| update_repository_branching_model_settingsC | Update the branching model configuration for a repository. |
| update_project_branching_model_settingsC | Update the branching model configuration for a project. |
| list_branch_restrictionsC | List all branch restrictions for a repository. |
| get_branch_restrictionC | Get a single branch restriction by its ID. |
| get_projectB | Get a single project by its key. |
| list_default_reviewersC | List default reviewers for a project. |
| list_pull_requestsC | List all pull requests in a repository. |
| get_pull_requestC | Get a single pull request by its ID. |
| create_pull_requestC | Create a new pull request. |
| update_pull_requestC | Update an existing pull request. |
| list_workspacesB | List all workspaces accessible by the current user. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Korfu/mcp-bitbucket'
If you have feedback or need assistance with the MCP directory API, please join our Discord server