Skip to content
Zed

Bitbucket MCP Server for Zed

io.github.lawp09/bitbucket-mcp

MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more

client:Zed transport:stdio runtime:pypi

Install Bitbucket MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "bitbucket-mcp": {
      "command": "uvx",
      "args": [
        "bitbucket-mcp-py"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Bitbucket MCP Server in other clients