BitbucketMcpServers
BitbucketMcpServers is a tool developed in C# that streamlines the management of Bitbucket repositories. It primarily focuses on automation, optimizing workflows, and conducting security analysis. Users can easily check the status of repositories and quickly execute necessary operations.
GitHub Stars
2
User Rating
Not Rated
Favorites
0
Views
33
Forks
0
Issues
0
Bitbucket MCP Server
This project contains an MCP (Model Context Protocol) server that can interact with Bitbucket.
BitbucketMcpServer Configuration
The BitbucketMcpServer console application requires configuration to connect to your Bitbucket account and target repository. This configuration can be provided via command-line arguments or environment variables. Command-line arguments take precedence over environment variables.
Building and Running
To build the solution:
dotnet build
Build the standalone executable for local MCP
dotnet publish .\src\BitbucketMcpServer\BitbucketMcpServer.csproj -o publish
Example Usage
Cline Setup
Build the standalone executable for local MCP
Copy the standalone executable to a directory in your PATH
Open the Cline MCP Configuation file (
cline_mcp_settings.json) in Visual Studio Code.Add the following configuration:
{ "Bitbucket": { "autoApprove": [], "disabled": false, "timeout": 60, "command": "BitbucketMcpServer", "args": [ "-u", "{{ bitbucket_username }}", "-p", "{{ bitbucket_app_password }}", "-a", "{{ bitbucket_account_name }}", "-r", "{{ bitbucket_repo_name }}" ], "transportType": "stdio" } }
Dependencies
- SharpBucket: A .NET wrapper for the Bitbucket Cloud's REST APIs.
- Serilog: For logging.
- ModelContextProtocol: For MCP server integration (though this example primarily focuses on
SharpBucketusage).
0
Followers
0
Repositories
0
Gists
0
Total Contributions
mogzi is a developer-oriented tool built with C# that streamlines code generation and editing. It features an intuitive interface and offers functionalities that facilitate a smooth development process. Notably, it includes robust auto-completion and error-checking features, making it suitable for both beginners and advanced users.
The seq-mcp-server is a microservice architecture component built in C# that streamlines the management and processing of sequence data. It facilitates data retrieval and updates through a RESTful API, allowing seamless integration with other services. Security features are also integrated, enabling secure data communication.