bitbucket
mcp-bitbucket
Сервер MCP (stdio) для Bitbucket Cloud REST API 2.0. Работает с Cursor: pull request'ы, pipeline'ы, логи, клонирование.
Инструменты соответствуют типовому набору bb_get / bb_post / bb_put / bb_patch / bb_delete / bb_clone.
Требования
Node.js 18+
Scoped API Token Atlassian (App Passwords не работают)
Токен: id.atlassian.com → API tokens.
Полезные области: чтение репозитория, pull request'ов, pipeline'ов и пользователя (read:repository:bitbucket, read:pullrequest:bitbucket, read:pipeline:bitbucket, read:user:bitbucket). Для записи добавьте соответствующие write:*.
Related MCP server: Bitbucket Cloud MCP Server
Установка
git clone https://github.com/genkis/mcp-bitbucket.git
cd mcp-bitbucket
npm installСкопируйте .env.example в .env и заполните значения локально. Файл .env не коммитьте.
Cursor (~/.cursor/mcp.json)
Храните токен и e-mail только в локальной конфигурации Cursor, не в этом репозитории.
{
"mcpServers": {
"bitbucket": {
"type": "stdio",
"command": "node",
"args": ["/absolute/path/to/mcp-bitbucket/index.js"],
"env": {
"ATLASSIAN_USER_EMAIL": "you@example.com",
"ATLASSIAN_API_TOKEN": "your-scoped-api-token",
"BITBUCKET_DEFAULT_WORKSPACE": "your-workspace-slug"
}
}
}
}После изменения перезагрузите серверы MCP в Cursor.
Переменные:
Переменная | Описание |
| E-mail учётной записи Atlassian |
| Scoped API Token |
| Workspace по умолчанию (используется |
Алиасы: BITBUCKET_USERNAME, BITBUCKET_API_TOKEN.
Инструменты
Префикс /2.0 добавляется автоматически. Путь начинается с /, например /workspaces.
Инструмент | Назначение |
| Чтение (PR, pipeline'ы, логи, файлы) |
| Создание (PR, комментарий, merge) |
| Полная замена ресурса |
| Частичное обновление |
| Удаление / decline PR |
|
|
Общие параметры: path, опционально queryParams, jq (JMESPath), outputFormat (toon или json). bb_post / bb_put / bb_patch требуют body.
Примеры путей:
/workspaces/repositories/{workspace}/{repo}/pullrequests/{id}/repositories/{workspace}/{repo}/pullrequests/{id}/diff/repositories/{workspace}/{repo}/pipelines/?pagelen=50&sort=-created_on/repositories/{workspace}/{repo}/pipelines/{uuid}/steps/{stepUuid}/log
Фильтр jq стоит применять всегда при работе со списками, чтобы не тянуть весь JSON в модель.
Безопасность
Не коммитьте токены,
.envилиmcp.jsonс секретами.Этот сервер только передаёт запросы на
api.bitbucket.orgс Basic Auth (e-mail + токен).Логи и ошибки не выводят токен.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceFacilitates interaction with Bitbucket Server for pull request management using the MCP protocol, supporting operations such as creating, merging, commenting, and reviewing pull requests.1566Apache 2.0
- AlicenseBqualityCmaintenanceEnables interaction with Bitbucket Cloud through 25+ tools for managing repositories, pull requests, branches, commits, issues, pipelines, and code search with OAuth 2.0 authentication.34131MIT
- AlicenseBqualityDmaintenanceAn MCP server that provides tools for interacting with the Bitbucket API, supporting both Bitbucket Cloud and Bitbucket Server, enabling pull request, branch, file, code review, and search operations.195,234MIT
- AlicenseCqualityBmaintenanceMCP server for integrating with Bitbucket Cloud and Server APIs, enabling AI assistants to interact with repositories, pull requests, pipelines, and more.59543MIT
Related MCP Connectors
Confluence MCP — wraps the Confluence Cloud REST API v2 (OAuth)
GitLab MCP — wraps the GitLab REST API v4 (BYO API key)
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/genkis/mcp-bitbucket'
If you have feedback or need assistance with the MCP directory API, please join our Discord server