MCPs/github
2026-06-21 17:59:17 +02:00
..
Dockerfile feat: add github-mcp Docker image 2026-06-21 17:59:17 +02:00
README.md feat: add github-mcp Docker image 2026-06-21 17:59:17 +02:00

github-mcp

MCP server for interacting with the GitHub API.

Source: @modelcontextprotocol/server-github

Note: This package is deprecated by the publisher. It remains functional for now. When a replacement is available, this image will be updated.

Environment Variables

Variable Required Description
GITHUB_PERSONAL_ACCESS_TOKEN Yes GitHub personal access token with appropriate scopes

Usage

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

Tools

Provides GitHub API tools: repositories, issues, pull requests, actions, contents, search, and more.