MCPs/github
2026-06-23 15:09:54 +02:00
..
Dockerfile feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00
README.md feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00

github-mcp

MCP server for the GitHub API. Uses the official Docker image from GitHub.

Source: ghcr.io/github/github-mcp-server

Environment Variables

Variable Required Description
GITHUB_PERSONAL_ACCESS_TOKEN Yes GitHub personal access token with repo + issues scopes

Usage

docker run -d \
  --name github-mcp \
  -p 8104:8104 \
  -e GITHUB_PERSONAL_ACCESS_TOKEN=your_token \
  forgejo.corentic.eu/corentic/mcp-fleet-github:latest

This MCP uses stdio transport (no mcp-proxy). Clients connect directly via stdio.

Tools

Repositories (CRUD, search, fork), pull requests (full lifecycle with reviews), issues (CRUD, search, comments), Actions (workflows, runs), file contents (read/write), commits, branches, users, releases.