MCP Bitbucket Python
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BITBUCKET_USERNAME | Yes | Your Bitbucket username | |
| BITBUCKET_APP_PASSWORD | Yes | Your Bitbucket app password with appropriate permissions |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bb_create_repositoryC | Create a new repository in Bitbucket |
| bb_create_branchC | Create a new branch in a Bitbucket repository |
| bb_delete_repositoryC | Delete a repository from Bitbucket |
| bb_read_fileC | Read a file from a Bitbucket repository |
| bb_write_fileC | Write/update a file in a Bitbucket repository |
| bb_create_issueC | Create an issue in a Bitbucket repository |
| bb_delete_issueC | Delete an issue from a Bitbucket repository |
| bb_search_repositoriesA | Search repositories in Bitbucket using Bitbucket's query syntax. Search by name (name ~ "pattern"), project key (project.key = "PROJ"), language (language = "python"), or dates (updated_on >= "2024-01-19"). NOTE: All dates must be in ISO 8601 format (YYYY-MM-DD). For searching files within repositories, use Bitbucket's code search in the web interface. |
| bb_delete_fileC | Delete a file from a Bitbucket repository |
| bb_create_pull_requestC | Create a new pull request in a Bitbucket repository |
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/Kallows/mcp-bitbucket'
If you have feedback or need assistance with the MCP directory API, please join our Discord server