Back to Home
peakflames icon

BitbucketMcpServers

Verified Safe

by 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

Run Command
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-server

Environment 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

Stats

Interest Score32
Security Score9
Cost ClassLow
Stars2
Forks0
Last Update2026-01-16

Tags

BitbucketMCPAPICloud.NETDockerPull Requests