Bitbucket MCP for Windsurf
io.github.fabianschurig/bitbucket-mcp
Bitbucket Cloud MCP in Go: complete API auto-generated from spec, customizable prompts.
client:Windsurf
transport:stdio
runtime:oci
Install Bitbucket MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"bitbucket-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fabianschurig/bitbucket-mcp:0.20.2"
],
"env": {
"BITBUCKET_USERNAME": "<BITBUCKET_USERNAME>",
"BITBUCKET_TOKEN": "<BITBUCKET_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs