bitbucket-server-mcp-server

bitbucket-server-mcp-server

10

The Bitbucket Server MCP is a Model Context Protocol server designed to facilitate interactions with Bitbucket Server through automated pull request management. It includes capabilities for creating, retrieving, and manipulating pull requests using the tool's API.

Bitbucket Server MCP

MCP (Model Context Protocol) server for managing Bitbucket Server Pull Requests. This server interacts with the Bitbucket Server API via the MCP protocol. It offers features such as creating, retrieving, merging, and declining pull requests, adding comments, retrieving diffs, and fetching review histories. The server requires Node.js >=16 and can be installed via Smithery or manually. Configuration involves setting environment variables for authentication and server details.

Features

  • Create, retrieve, merge, and decline pull requests
  • Add comments to pull requests
  • Retrieve diffs
  • Fetch review history

Dependencies

  • @modelcontextprotocol/sdk
  • axios
  • winston

Configuration

  • Requires environment variables for Bitbucket URL and authentication.