# github-mcp MCP server for interacting with the GitHub API. Source: [`@modelcontextprotocol/server-github`](https://www.npmjs.com/package/@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 ```bash 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.