MCP.so
登录

Atlassian Bitbucket MCP Server

@guenichone

关于 Atlassian Bitbucket MCP Server

Atliassian Bitbucket MCP Server for self hosted bitbucket server

基本信息

分类

版本控制

许可证

MIT

运行时

node

传输方式

stdio

发布者

guenichone

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "atlassian-bitbucket-server-mcp": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "bitbucket-mcp-server",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Atlassian Bitbucket MCP Server?

This server integrates Atlassian Bitbucket Server/Data Center with AI systems via the Model Context Protocol. It provides access to projects, repositories, branches, files, and pull requests through a type-safe API.

How to use Atlassian Bitbucket MCP Server?

Install Node.js v20+, npm, Python 3, and a Bitbucket access token. Clone the repository, run npm install and npm run build-app, then set required environment variables and start the server with npm start (STDIO) or by setting MCP_TRANSPORT=sse (HTTP/SSE). Docker usage is also available via Docker CLI or the included Makefile.

Key features of Atlassian Bitbucket MCP Server

  • Access to projects, repositories, branches, and files.
  • Tools for working with pull requests.
  • Type-safe integration with official Bitbucket OpenAPI specs.
  • Supports STDIO and HTTP/SSE transports.
  • Docker deployment via CLI or Makefile.
  • Configuration via environment variables.

Use cases of Atlassian Bitbucket MCP Server

  • AI-assisted code review by fetching and analyzing pull requests.
  • Automated repository management through AI agents.
  • Repository and branch queries via natural language.
  • Integration with AI coding assistants for file operations.

FAQ from Atlassian Bitbucket MCP Server

What Bitbucket versions are supported?

The server is designed for Atlassian Bitbucket Server/Data Center, not Bitbucket Cloud.

What are the runtime requirements?

Node.js v20+, npm, and Python 3 (for the OpenAPI filtering script) are required.

How do I authenticate?

Set the ATLASSIAN_BITBUCKET_ACCESS_TOKEN environment variable with a valid Bitbucket access token.

What transports are supported?

STDIO (default) and SSE (HTTP) are supported. Set MCP_TRANSPORT=sse to use HTTP/SSE transport.

Is Docker supported?

Yes. You can build and run the server using Docker CLI or the provided Makefile.

评论

版本控制 分类下的更多 MCP 服务器