Awesome MCPSoftware Development

aashari/mcp-server-atlassian-bitbucket

⭐ 162 TypeScript repository created 2025-03-24

mcp-server-atlassian-bitbucket connects MCP clients to Bitbucket Cloud so an assistant can inspect repositories, pull requests, commits and workspaces and act on them. Rather than wrapping each endpoint in a dedicated tool, it exposes six generic tools that map onto HTTP verbs: bb_get, bb_post, bb_put, bb_patch and bb_delete accept any Bitbucket API path, plus bb_clone which clones a repository to a local target path. Every API tool takes a path starting with a slash, with the /2.0 prefix added automatically, optional queryParams for pagination and filters, an optional jq parameter holding a JMESPath expression that filters or reshapes the response before it reaches the model, and an outputFormat that defaults to a compact toon encoding the project reports as using 30 to 60 percent fewer tokens than JSON. Write verbs additionally take a JSON body. This design means the whole Bitbucket Cloud REST API surface is reachable without the server needing an update for every new endpoint. Authentication supports two paths: scoped Atlassian API tokens used with the account email, which the project recommends because Bitbucket app passwords are being retired in June 2026, and the legacy username plus app password pair. Credentials come from environment variables or a shared ~/.mcp/configs.json file that can also set a default workspace. The package runs through npx or a global npm install and speaks STDIO transport, with documented setup for Claude Desktop, Cursor, Continue.dev and Cline. It requires Node.js 18 or later and works only with Bitbucket Cloud, not Bitbucket Server or Data Center. The same commands are usable directly from a shell as a CLI, which is convenient for verifying credentials before wiring the server into a client.

https://github.com/aashari/mcp-server-atlassian-bitbucket

mcpmcp-serverbitbucketatlassiangitpull-requeststypescriptdevops

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...