Skip to content
VS Code

bitbucket for VS Code

com.mcparmory/bitbucket

Manage repositories, branches, webhooks, and pull requests in Bitbucket workspaces

client:VS Code transport:stdio runtime:pypi

Install bitbucket in VS Code

.vscode/mcp.json

{
  "servers": {
    "bitbucket": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-bitbucket"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

bitbucket in other clients