BitbucketMcpServers
Verified Safeby peakflames
Overview
Provides Model Context Protocol (MCP) server functionality for integrating with Bitbucket Cloud repositories to perform operations like listing pull requests and retrieving their details.
Installation
docker run -d --name bitbucket-mcp-server -p 8080:8080 -e BITBUCKET_MCP_CONSUMER_KEY="your_consumer_key" -e BITBUCKET_MCP_SECRET_KEY="your_secret_key" -v $(pwd)/appsettings.json:/app/appsettings.json peakflames/bitbucket-remote-mcp-serverEnvironment Variables
- BITBUCKET_MCP_CONSUMER_KEY
- BITBUCKET_MCP_SECRET_KEY
- BITBUCKET_MCP_USERNAME
- BITBUCKET_MCP_API_TOKEN
- ASPNETCORE_ENVIRONMENT
Security Notes
The server explicitly uses environment variables for sensitive credentials (OAuth 2.0 consumer key/secret or Bitbucket username/app password) and warns against committing these to `appsettings.json`. It supports OAuth 2.0 which is more secure for production. Standard API server practices are followed. No direct 'eval' or obvious malicious patterns found in the provided code snippets. A score of 9 reflects good security practices, with a minor deduction as any application handling credentials always carries inherent risk and requires careful deployment.
Similar Servers
git-mcp-server
A Model Context Protocol (MCP) server that provides Git-specific tools and resources for AI/LLM agents to interact with version control systems.
bitbucket-mcp
AI assistant integration with Bitbucket for repository, pull request, and pipeline management, enabling AI to interact with code and development workflows.
PolarionMcpServers
Integrate Polarion Application Lifecycle Management (ALM) data with Model Context Protocol (MCP) clients and AI assistants.
azure-devops-mcp-server
Exposes Azure DevOps operations as tools for AI assistants, enabling AI agents to automate tasks like creating work items, managing pull requests, and queuing builds.