bitbucket-server-mcp-server
If you are the rightful owner of bitbucket-server-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 Server Pull Request management, providing tools and resources to interact with the Bitbucket Server API.
The Bitbucket Server MCP server is designed to facilitate seamless integration and management of pull requests within Bitbucket Server using the Model Context Protocol. It offers a suite of tools that allow users to create, retrieve, merge, decline, and comment on pull requests, as well as fetch diffs and review histories. The server is built on Node.js and requires configuration through environment variables or a settings file to connect to a Bitbucket Server instance. It supports authentication via personal access tokens or basic credentials and logs operations for monitoring and debugging.
Features
- create_pull_request: Creates a new pull request with specified parameters like project, repository, title, description, source and target branches, and reviewers.
- get_pull_request: Retrieves detailed information about a specific pull request using project, repository, and pull request ID.
- merge_pull_request: Merges a pull request with options for merge strategy and commit message.
- decline_pull_request: Declines a pull request with an optional message explaining the reason.
- add_comment: Adds a comment to a pull request, with support for replies to existing comments.