bitbucket-cloud-mcp-server
If you are the rightful owner of bitbucket-cloud-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP (Model Context Protocol) server for Bitbucket Cloud Pull Request management, providing read-only tools to interact with the Bitbucket Cloud API.
The Bitbucket Cloud MCP server is designed to facilitate interaction with Bitbucket Cloud's API, specifically for managing pull requests. It provides a set of read-only tools that allow users to retrieve detailed information about pull requests and their diffs. The server is built using Node.js and requires a Bitbucket Cloud personal access token for authentication. It leverages the Model Context Protocol to enable AI assistants to discover, understand, and interact with the available tools. The server is configured to work with various platforms, including VSCode, and supports environment variable management for seamless integration. The MCP implementation ensures structured communication between AI tools and the Bitbucket Cloud API, making it easier for developers to manage pull requests efficiently.
Features
- get_bb_pull_request: Retrieves detailed information about a specific pull request.
- get_bb_diff: Gets the diff for a pull request.
Tools
get_bb_pull_request
Tool to fetch detailed pull request information.
get_bb_diff
Tool to fetch the diff of a pull request.