Skip to main content
Glama
bobmaertz

Bitbucket MCP Server

by bobmaertz
package.json805 B
{ "name": "bitbucket-mcp-server", "version": "1.0.0", "description": "Model Context Protocol server for Bitbucket Cloud", "type": "module", "bin": { "bitbucket-mcp-server": "./dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "clean": "rm -rf dist", "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "mcp", "model-context-protocol", "bitbucket", "llm", "ai" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "bitbucket-api": "file:../bitbucket-api" }, "devDependencies": { "@types/node": "^18.19.50", "typescript": "^5.6.2", "tsx": "^4.19.1", "vitest": "^1.6.0" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bobmaertz/bitbucket-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server