n11tech/mcp-bitbucket
If you are the rightful owner of mcp-bitbucket 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.
The MCP Bitbucket server is a Node.js/TypeScript application designed to facilitate secure interactions between AI systems and Atlassian Bitbucket Server/Data Center.
The MCP Bitbucket server is a robust solution for integrating AI systems with Bitbucket Server/Data Center. It leverages the Model Context Protocol (MCP) to provide a standardized interface for AI assistants to interact with Bitbucket repositories, pull requests, and code. The server supports both standard input/output and HTTP streaming transports, allowing for flexible deployment options. With a focus on security, the server offers optional API key authentication for HTTP transport, ensuring that only authorized systems can access your Bitbucket data. Built with TypeScript, the server is designed for production environments, featuring comprehensive error handling and adherence to security best practices. Docker support further simplifies deployment and scaling, making it an ideal choice for organizations looking to enhance their AI capabilities with seamless Bitbucket integration.
Features
- Dual Transport Support: Offers both stdio and HTTP streaming transports for flexible integration.
- Secure Authentication: Provides optional API key authentication for HTTP transport to ensure secure access.
- Comprehensive Bitbucket Integration: Full access to Bitbucket Server/Data Center APIs for managing repositories, pull requests, and more.
- Developer Focused: Designed to help AI assistants understand and interact with codebases effectively.
- Production Ready: Built with TypeScript, featuring proper error handling and security best practices.
Tools
bitbucket_create_pull_request
Create new pull requests.
bitbucket_get_pull_request_details
Get pull request details and metadata.
bitbucket_get_pull_request_diff
Retrieve pull request diffs.
bitbucket_get_pull_request_reviews
Get pull request review status.
bitbucket_merge_pull_request
Merge pull requests.