824 B
824 B
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.