Skip to main content
Glama
RajuSudhar

Atlassian Bitbucket MCP Server

by RajuSudhar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BITBUCKET_URLYesYour Bitbucket instance URL (e.g., https://bitbucket.org or your self-hosted URL)
BITBUCKET_TOKENYesPersonal Access Token for Bitbucket authentication
BITBUCKET_CACHE_ENABLEDNoEnable/disable cachingtrue
BITBUCKET_ALLOWED_ACTIONSNoComma-separated list of allowed tool actions
BITBUCKET_CACHE_TTL_REPOSNoRepository cache TTL in seconds3600
BITBUCKET_DEFAULT_PROJECTYesDefault project key for Bitbucket operations

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
bitbucket_list_pull_requestsB

List pull requests for a repository

bitbucket_get_pull_requestB

Get detailed pull request information

bitbucket_get_pr_diffB

Get pull request diff/changes

bitbucket_get_pr_commitsB

Get commits in a pull request

bitbucket_get_pr_activitiesB

Get pull request comments and activities

bitbucket_add_pr_commentC

Add a general comment to a pull request

bitbucket_add_pr_inline_commentB

Add inline code comment on a pull request

bitbucket_reply_to_commentC

Reply to a comment on a pull request

bitbucket_resolve_commentB

Resolve a comment thread on a pull request

bitbucket_update_commentB

Edit a comment on a pull request

bitbucket_approve_prA

Approve a pull request

bitbucket_list_projectsB

List accessible Bitbucket projects

bitbucket_list_repositoriesC

List repositories in a project

bitbucket_get_repositoryB

Get repository details

bitbucket_get_branchesC

List repository branches

bitbucket_get_commitsC

Get commit history for a repository

bitbucket_get_file_contentC

Get file content at a specific ref

bitbucket_search_codeB

Search code across repositories in a project

bitbucket_search_commitsB

Search commits by message

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/RajuSudhar/atlassian-bitbucket-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server