Back to Home
evrimalacan icon

mcp-bitbucket-server

Verified Safe

by evrimalacan

Overview

Connects AI assistants to Bitbucket Server/Data Center for natural language interaction with pull requests, repositories, and users.

Installation

Run Command
npx mcp-bitbucket-server@latest

Environment Variables

  • BITBUCKET_URL
  • BITBUCKET_TOKEN

Security Notes

The server primarily operates over standard I/O (stdio) as an MCP server, which limits direct external network attack surface. Authentication relies on Personal Access Tokens (PATs) passed securely via environment variables (BITBUCKET_URL, BITBUCKET_TOKEN), preventing hardcoded credentials. Tool inputs are validated using Zod schemas, mitigating common injection vulnerabilities. No 'eval' or other directly dangerous functions/patterns were identified in the provided source code.

Similar Servers

Stats

Interest Score31
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars1
Forks0
Last Update2025-11-28

Tags

BitbucketPull Request AutomationCode ReviewUser ManagementAI Integration