bitbucket-cloud-mcp-server

bitbucket-cloud-mcp-server

0

The project is a Model Context Protocol (MCP) server designed for managing Bitbucket Cloud Pull Requests through API integration. It offers read-only tools for retrieving pull request details and diffs, facilitating interaction between AI assistants and the Bitbucket Cloud API.

Bitbucket Cloud MCP

MCP server for managing Bitbucket Cloud Pull Requests. Provides read-only tools to interact with the Bitbucket Cloud API via the Model Context Protocol.

Features

  • get_bb_pull_request: Retrieve detailed information of a specific pull request.
  • get_bb_diff: Obtain the diff for a pull request.

Installation

  • Required Node.js version: >= 18
  • Manual Setup: Run npm install
  • Build: Execute npm run build

Dependencies

  • Model Context Protocol SDK
  • Axios for API requests
  • Winston for logging
  • Dotenv for environment variable management

Configuration

Requires Bitbucket Cloud Personal Access Token and configuration updates in the MCP client settings.