2026-06-21 17:51:31 +02:00
|
|
|
# woodpecker-mcp
|
|
|
|
|
|
|
|
|
|
MCP server for interacting with Woodpecker CI 3.13.0+.
|
|
|
|
|
|
|
|
|
|
Source: [`@devpuccino/mcp-woodpecker`](https://www.npmjs.com/package/@devpuccino/mcp-woodpecker)
|
|
|
|
|
|
|
|
|
|
## Environment Variables
|
|
|
|
|
|
|
|
|
|
| Variable | Required | Description |
|
|
|
|
|
|----------|----------|-------------|
|
2026-06-23 15:09:54 +02:00
|
|
|
| `WOODPECKER_URL` | Yes | Base URL of the Woodpecker instance (e.g. `https://ci.corentic.eu`) |
|
2026-06-21 17:51:31 +02:00
|
|
|
| `WOODPECKER_API_KEY` | Yes | Woodpecker API key with required scopes |
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
docker run -d \
|
|
|
|
|
--name woodpecker-mcp \
|
|
|
|
|
-p 8102:8102 \
|
2026-06-23 15:09:54 +02:00
|
|
|
-e WOODPECKER_URL=https://ci.corentic.eu \
|
|
|
|
|
-e WOODPECKER_API_KEY=your_key \
|
2026-06-21 17:51:31 +02:00
|
|
|
forgejo.corentic.eu/corentic/mcp-fleet-woodpecker:latest
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Tools
|
|
|
|
|
|
2026-06-23 15:09:54 +02:00
|
|
|
Repositories, pipelines, cron jobs, secrets, registries, organizations (33 tools total).
|