Back to Home

qoder-github-mcp-server

Verified Safe

by wenxinax

Overview

A server that interacts with GitHub's API to automate tasks like updating comments, managing pull requests, and manipulating files.

Installation

Run Command
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 stdio

Environment 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

Stats

Interest Score30
Security Score8
Cost ClassLow
Avg Tokens50
Stars1
Forks0
Last Update2025-11-22

Tags

githubapiautomationdevopscode review