30 lines
No EOL
815 B
Markdown
30 lines
No EOL
815 B
Markdown
# forgejo-mcp
|
|
|
|
MCP server for Forgejo/Gitea API operations.
|
|
|
|
Source: [`@openmanbo/forgejo-mcp`](https://npm.im/@openmanbo/forgejo-mcp)
|
|
|
|
## Environment Variables
|
|
|
|
| Variable | Required | Description |
|
|
|----------|----------|-------------|
|
|
| `FORGEJO_URL` | Yes | Forgejo instance URL (e.g. `https://forgejo.corentic.eu`) |
|
|
| `FORGEJO_TOKEN` | Yes | Forgejo API token or personal access token |
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
docker run -d \
|
|
--name forgejo-mcp \
|
|
-p 8101:8101 \
|
|
-e FORGEJO_URL=https://forgejo.corentic.eu \
|
|
-e FORGEJO_TOKEN=your_token \
|
|
forgejo.corentic.eu/corentic/mcp-fleet-forgejo:latest
|
|
```
|
|
|
|
## Tools
|
|
|
|
- Issues: search, list, get, create, edit, comments
|
|
- Repositories: search, get
|
|
- Pull requests: list, get, create, edit, merge, diff, files, reviews
|
|
- Users & notifications: profile, notifications |