MCPs/github/README.md
Tobias J. Endres 22b81b2478
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI
2026-06-23 15:09:54 +02:00

27 lines
No EOL
858 B
Markdown

# github-mcp
MCP server for the GitHub API. Uses the official Docker image from GitHub.
Source: [`ghcr.io/github/github-mcp-server`](https://github.com/github/github-mcp-server)
## Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| `GITHUB_PERSONAL_ACCESS_TOKEN` | Yes | GitHub personal access token with repo + issues scopes |
## Usage
```bash
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.