atlacp

gemyago/atlacp
★ 3 stars Go 💻 Code/Dev Tools Updated today
Bitbucket MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "atlacp": {
      "command": "go",
      "args": [
        "run",
        "github.com/gemyago/atlacp@latest"
      ]
    }
  }
}

README Excerpt

Bitbucket tooling for developers and AI agents. The project provides two entrypoints: - `bbmd` - direct Bitbucket CLI for humans, scripts, and agent workflows. - `bbcp` - MCP (Model Context Protocol) server for MCP-compatible editors and clients. Most users should start with `bbmd`. It does not require a long-running service and prints JSON for easy piping into scripts or agents.

Tools (15)

bbcpbbmdbitbucket_add_pr_commentbitbucket_approve_prbitbucket_create_prbitbucket_create_pr_taskbitbucket_get_file_contentbitbucket_get_pr_diffbitbucket_get_pr_diffstatbitbucket_list_pr_tasksbitbucket_merge_prbitbucket_read_prbitbucket_request_pr_changesbitbucket_update_prbitbucket_update_pr_task