Skip to main content
Glama

Bitbucket MCP Server

by bobmaertz
package.json1.04 kB
{ "name": "bitbucket-mcp", "version": "1.0.0", "description": "Model Context Protocol server for Bitbucket Cloud REST API", "private": true, "type": "module", "workspaces": [ "packages/*" ], "scripts": { "build": "npm run build --workspaces", "test": "npm run test --workspaces", "lint": "eslint . --ext .ts", "format": "prettier --write \"**/*.{ts,json,md}\"", "format:check": "prettier --check \"**/*.{ts,json,md}\"", "clean": "npm run clean --workspaces && rm -rf node_modules", "prepare": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "bitbucket", "bitbucket-api", "llm", "ai" ], "author": "", "license": "MIT", "devDependencies": { "@types/node": "^18.19.50", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", "prettier": "^3.3.3", "typescript": "^5.6.2", "tsx": "^4.19.1", "vitest": "^1.6.0" }, "engines": { "node": ">=18.0.0" } }

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