Back to Home
zenvite2 icon

bitbucket-mcp-server

by zenvite2

Overview

Integrates a self-hosted Bitbucket Server with the MetaMCP protocol, providing programmatic access to Bitbucket functionalities for potential AI agent interaction.

Installation

Run Command
uv run python src/main.py

Environment Variables

  • BITBUCKET_URL
  • BITBUCKET_USERNAME
  • BITBUCKET_PASSWORD
  • BITBUCKET_TOKEN

Security Notes

CRITICAL: The `BitbucketClient` explicitly disables SSL verification (`verify_ssl: False`) by default, making connections vulnerable to man-in-the-middle attacks. This is a severe security risk. Additionally, hardcoded Bitbucket credentials (`viettq32`, `Tqv@@@4302`) are present in test files (`test_connection.py`, `comprehensive_test.py`, `test_mcp_client.py`), posing a risk of credential exposure.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-24

Tags

BitbucketMCP ServerVersion ControlPythonAgent Integration