mcp_bitbucket_pipelines

ygorpinto/mcp_bitbucket_pipelines

3.2

If you are the rightful owner of mcp_bitbucket_pipelines and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for interacting with Bitbucket Pipelines, allowing language models to manage Bitbucket pipelines.

The Bitbucket Pipelines MCP Server is designed to facilitate interaction with Bitbucket Pipelines through the Model Context Protocol (MCP). This server provides a standardized interface for language models, such as Claude, to manage and interact with Bitbucket pipelines. By implementing the MCP standard, it ensures seamless communication and operation management, including listing, triggering, stopping, and checking the status of pipelines. The server supports both Docker-based and local installations, making it versatile for different deployment environments. It also integrates with development environments like Cursor, allowing developers to leverage Bitbucket Pipelines tools directly within their IDE.

Features

  • Standardized MCP interface for managing Bitbucket Pipelines.
  • Supports listing, triggering, stopping, and checking the status of pipelines.
  • Compatible with Docker and local installations.
  • Integrates with development environments like Cursor.
  • Robust error handling and communication via stdio.

Tools

  1. mcp_bitbucket_list_pipelines

    Lists pipelines with pagination support.

  2. mcp_bitbucket_trigger_pipeline

    Triggers a new pipeline.

  3. mcp_bitbucket_get_pipeline_status

    Gets the status of a specific pipeline.

  4. mcp_bitbucket_stop_pipeline

    Stops the execution of a pipeline.