Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BITBUCKET_EMAILYesYour Bitbucket email address
BITBUCKET_API_TOKENYesYour Bitbucket API token with appropriate scopes
BITBUCKET_CODE_REVIEW_CHECKLISTNoAbsolute path to a custom code review checklist file

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_bitbucket_credsA

Retrieve Bitbucket credentials from environment variables. Returns: tuple: Containing the Bitbucket email and API token.

parse_bitbucket_pr_urlA

Parse a Bitbucket pull request URL to extract workspace, repository, and PR ID.

get_pr_detailsB

Get detailed information about a Bitbucket pull request.

get_bitbucket_pr_diffB

Get the diff for a Bitbucket pull request.

get_code_review_checklistA

Get code review checklist which acts as a guideline to review pull request. LLM must call this to get repository specific review guidelines.

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

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