Skip to main content
Glama

MCP Bitbucket Python

by Kallows

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BITBUCKET_USERNAMEYesYour Bitbucket username
BITBUCKET_APP_PASSWORDYesYour Bitbucket app password with appropriate permissions

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
bb_create_repository

Create a new repository in Bitbucket

bb_create_branch

Create a new branch in a Bitbucket repository

bb_delete_repository

Delete a repository from Bitbucket

bb_read_file

Read a file from a Bitbucket repository

bb_write_file

Write/update a file in a Bitbucket repository

bb_create_issue

Create an issue in a Bitbucket repository

bb_delete_issue

Delete an issue from a Bitbucket repository

bb_search_repositories

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_file

Delete a file from a Bitbucket repository

bb_create_pull_request

Create a new pull request in a Bitbucket repository

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