atlassian-bitbucket-server-mcp
0
Atlassian Bitbucket MCP Server is designed to facilitate integration between AI systems and Bitbucket repositories. It provides access to repository information and pull request tools via a type-safe API, leveraging Bitbucket's OpenAPI specs.
Atlassian Bitbucket MCP Server
A Model Context Protocol (MCP) server that integrates Atlassian Bitbucket Server/Data Center with AI systems.
What It Does
- Access to projects, repositories, branches, and files
- Tools for working with pull requests
- Type-safe API integration with official Bitbucket OpenAPI specs
Quick Setup
Prerequisites
- Node.js (v20+ recommended)
- npm
- Python 3 (for OpenAPI filtering script)
- Bitbucket Server access token
Environment Variables
ATLASSIAN_BITBUCKET_SERVER_URL
- Bitbucket server URLATLASSIAN_BITBUCKET_ACCESS_TOKEN
- Your access tokenMCP_TRANSPORT
-stdio
(default) orsse
PORT
- HTTP port when using SSE (default: 3000)
Docker Usage
- Includes a Makefile for simplified Docker operations
License
MIT License.