Atlacp MCP Server

The `bbmd` cli should be the superior to MCP when used by AI agents.

Local serverstdioGo

What is the Atlacp MCP server?

Atlacp MCP server exists for a simple reason — assistants are far more useful when they can act on Atlacp directly instead of describing what you should do. The bbmd cli should be the superior to MCP when used by AI agents.

What the assistant can call

Once Atlacp is connected, these are the calls the assistant has available:

  • bitbucket_add_pr_comment — add a comment to a pull request
  • bitbucket_approve_pr — approve a pull request
  • bitbucket_create_pr — create a pull request
  • bitbucket_create_pr_task — create a task on a pull request
  • bitbucket_get_file_content — get file content from a repository at a specific commit
  • bitbucket_get_pr_diff — get the diff of a pull request
  • bitbucket_get_pr_diffstat — get the diffstat of a pull request
  • bitbucket_list_pr_comments — list pull request comments
  • bitbucket_list_pr_tasks — list tasks on a pull request
  • bitbucket_merge_pr — merge a pull request
  • bitbucket_read_pr — read a pull request
  • bitbucket_resolve_pr_comment — resolve a pull request comment thread

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Choosing this one

Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Atlacp's toolset — bitbucket_add_pr_comment, bitbucket_approve_pr, bitbucket_create_pr and 11 more — is a fair guide to whether it matches your workflow. It is maintained by gemyago; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Atlacp.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the atlacp mcp server does with a few real requests.

Available tools

ToolWhat it does
bitbucket_add_pr_commentadd a comment to a pull request.
bitbucket_approve_prapprove a pull request.
bitbucket_create_prcreate a pull request.
bitbucket_create_pr_taskcreate a task on a pull request.
bitbucket_get_file_contentget file content from a repository at a specific commit.
bitbucket_get_pr_diffget the diff of a pull request.
bitbucket_get_pr_diffstatget the diffstat of a pull request.
bitbucket_list_pr_commentslist pull request comments.
bitbucket_list_pr_taskslist tasks on a pull request.
bitbucket_merge_prmerge a pull request.
bitbucket_read_prread a pull request.
bitbucket_resolve_pr_commentresolve a pull request comment thread.
bitbucket_request_pr_changesrequest changes on a pull request.
bitbucket_update_prupdate a pull request.

How to install the Atlacp MCP server

Or if you prefer HTTP transport:
```json
{
  "mcpServers": {
    "Bitbucket": {
      "url": "http://localhost:8080"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Atlacp to bitbucket add pr comment.
  • Use Atlacp to bitbucket approve pr.
  • Use Atlacp to bitbucket create pr.

Frequently asked questions

It connects Atlacp to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (bitbucket_add_pr_comment, bitbucket_approve_pr, bitbucket_create_pr, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Atlacp directly.