Bitbucket Server
CreatedMCP-Mirror
Enables interaction with the Bitbucket Server API for pull request management through the Model Context Protocol.
About
This server provides tools and resources to interact with the Bitbucket Server API using the Model Context Protocol (MCP). It allows users to programmatically manage pull requests, including creating, retrieving, merging, declining, and commenting on them. Additionally, it offers functionalities to fetch diffs and review histories. It integrates with VSCode MCP settings for configuration, supports both personal access token and username/password authentication, and logs all operations for debugging and monitoring.
Key Features
- Retrieve diffs for pull requests with configurable context lines
- Supports personal access token and username/password authentication
- 0 GitHub stars
- Create, retrieve, merge, and decline pull requests
- Fetch review history including approvals
- Add comments to pull requests, including replies
Use Cases
- Integrating Bitbucket Server with other development tools through MCP
- Automating pull request management workflows in Bitbucket Server
- Programmatically creating and managing pull requests based on specific conditions