personal-bitbucket-mcp-server
Verified Safeby tedysaputro
Overview
Provides AI assistants with tools to interact with Bitbucket Cloud repositories via the Model Context Protocol (MCP).
Installation
No command providedSecurity Notes
Requires sensitive Bitbucket API tokens (BITBUCKET_API_TOKEN, BITBUCKET_EMAIL, BITBUCKET_WORKSPACE) as environment variables, which must be secured. HTTP transports (SSE, HTTP Stream) currently lack native HTTPS/TLS support, posing a risk if exposed over an untrusted network without a reverse proxy. The stdio transport mitigates this by avoiding HTTP.
Similar Servers
kubernetes-mcp-server
Facilitates AI agent interaction with Kubernetes and OpenShift clusters by exposing management and observability tools via the Model Context Protocol.
quarkus-mcp-server
This server demonstrates a secure Model Context Protocol (MCP) using Server-Sent Events (SSE) for exposing tools, prompts, and resources, with authentication handled by Keycloak or GitHub OAuth2.
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.
mcp-server-atlassian-bitbucket
Connects AI assistants (LLMs) to Atlassian Bitbucket repositories for code review, repository management, and workflow automation via the Model Context Protocol (MCP).