mcp-servers-setup
Verified Safeby ManInBlack-coder
Overview
Setting up and managing containerized MCP (Myriad Core Platform) servers for platforms like GitHub and Bitbucket.
Installation
./start-github-mcp.shEnvironment Variables
- GITHUB_TOKEN
- BITBUCKET_USERNAME
- BITBUCKET_APP_PASSWORD
Security Notes
No 'eval' or obfuscation found in the provided code snippets. Secrets are handled through environment variables and `.env` files, which is a good security practice. No hardcoded credentials are visible. The security depends on the integrity of the underlying Docker images (`ghcr.io/github/github-mcp-server:latest`, `bitbucket-mcp-server:latest`).
Similar Servers
mcp-devcontainers
Provides a Model Context Protocol (MCP) server for integrating with and managing devcontainer environments via the devcontainers CLI.
mcp-gihub-integration
This package provides a GitHub API client for integration with an MCP (Model Context Protocol) server, enabling automation of GitHub tasks.
BitbucketMcpServers
Provides Model Context Protocol (MCP) server functionality for integrating with Bitbucket Cloud repositories to perform operations like listing pull requests and retrieving their details.
server-pdf
Generate PDFs from text or layouts, render PDF pages as images, and measure text before layout, with specialized support for JSON Resume format.