qoder-github-mcp-server
Verified Safeby wenxinax
Overview
A server that interacts with GitHub's API to automate tasks like updating comments, managing pull requests, and manipulating files.
Installation
docker run --rm -it -e GITHUB_TOKEN='ghp_your_token_here' -e GITHUB_REPOSITORY='your-username/your-repo' ghcr.io/qoder/qoder-github-mcp-server:latest stdioEnvironment Variables
- GITHUB_TOKEN
- GITHUB_REPOSITORY
- GITHUB_RUN_ID
- GITHUB_SERVER_URL
Security Notes
The code relies on a GITHUB_TOKEN for authentication, which should be handled securely. It doesn't appear to use dangerous functions like 'eval'. Network risks are primarily related to the GitHub API itself. No hardcoded secrets found. The use of go-github library is standard for interacting with the GitHub API.
Similar Servers
Awesome-MCP-Servers
A curated, community-driven list of Model Context Protocol (MCP) servers, tools, frameworks, clients, and utilities, enabling AI models to securely interact with local and remote resources.
chuk-mcp-server
ChukMCPServer is a Python framework for building high-performance, modular MCP servers with zero configuration and automatic cloud detection (GCP, AWS, Azure, Vercel, Netlify, Cloudflare). It enables developers to create and host AI tools, resources, and prompt templates, supporting various deployment scenarios from local development and Docker containers to serverless environments.
TASK-6-DONE-QUARTER4-MCP-SERVER-AND-github
Implements or proxies the Minecraft Client Protocol (MCP), likely for custom game logic, data interception, or alternative server implementations.
mcp-server
A FastAPI backend server implementing the Minimal MCP-Compatible Protocol for integrating and exposing LLM-based tools.