Bitbucket Cloud Server
БесплатноНе проверенEnables AI assistants to read Bitbucket Cloud pull requests and diffs through natural conversation.
Описание
Enables AI assistants to read Bitbucket Cloud pull requests and diffs through natural conversation.
README
An MCP (Model Context Protocol) server that lets AI assistants read Bitbucket Cloud pull requests. Connect Claude, Copilot, or any MCP-compatible client to your Bitbucket Cloud workspace and review PRs through natural conversation.
What Can It Do?
| Tool | Description |
|---|---|
get_bb_pull_request |
Retrieve pull request details (title, author, status, branches, etc.) |
get_bb_diff |
Get the full diff of a pull request |
Example prompts you can use with your AI assistant:
"Summarize pull request #42 in the my-app repo"
"Review the diff for PR #15 and suggest improvements"
"What's the status of open PRs in our project?"
Quick Start
1. Install
git clone https://github.com/ttekun/bitbucket-cloud-mcp-server.git
cd bitbucket-cloud-mcp-server
npm install
npm run build
2. Get a Bitbucket App Password
- Go to Bitbucket Cloud → Personal Settings → App passwords
- Create a new app password with Repository: Read and Pull request: Read permissions
3. Configure Your MCP Client
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"bitbucket-cloud": {
"command": "node",
"args": ["/absolute/path/to/bitbucket-cloud-mcp-server/build/index.js"],
"env": {
"BITBUCKET_TOKEN": "your-app-password",
"BITBUCKET_WORKSPACE": "your-workspace"
}
}
}
}
VS Code (Copilot / Claude Code)
Add to your VS Code settings or .vscode/mcp.json:
{
"mcpServers": {
"bitbucket-cloud": {
"command": "node",
"args": ["/absolute/path/to/bitbucket-cloud-mcp-server/build/index.js"],
"env": {
"BITBUCKET_TOKEN": "your-app-password",
"BITBUCKET_WORKSPACE": "your-workspace"
}
}
}
}
Environment Variables
| Variable | Required | Description |
|---|---|---|
BITBUCKET_TOKEN |
Yes | Bitbucket Cloud app password |
BITBUCKET_WORKSPACE |
No | Default workspace (can be overridden per request) |
Tool Parameters
Both tools accept the same parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
workspace |
string | Yes* | Bitbucket workspace (*falls back to BITBUCKET_WORKSPACE env var) |
repo_slug |
string | Yes | Repository slug |
pull_request_id |
number | Yes | Pull request ID |
Development
npm run dev # Watch mode
npm test # Run tests
npm run lint # Lint
npm run inspector # MCP Inspector (debug tool)
License
Установка Bitbucket Cloud Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ttekun/bitbucket-cloud-mcp-serverFAQ
Bitbucket Cloud Server MCP бесплатный?
Да, Bitbucket Cloud Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bitbucket Cloud Server?
Нет, Bitbucket Cloud Server работает без API-ключей и переменных окружения.
Bitbucket Cloud Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Bitbucket Cloud Server в Claude Desktop, Claude Code или Cursor?
Открой Bitbucket Cloud Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Bitbucket Cloud Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
