# 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 | |----------|----------|-------------| | `WOODPECKER_URL` | Yes | Base URL of the Woodpecker instance (e.g. `https://ci.corentic.eu`) | | `WOODPECKER_API_KEY` | Yes | Woodpecker API key with required scopes | ## Usage ```bash docker run -d \ --name woodpecker-mcp \ -p 8102:8102 \ -e WOODPECKER_URL=https://ci.corentic.eu \ -e WOODPECKER_API_KEY=your_key \ forgejo.corentic.eu/corentic/mcp-fleet-woodpecker:latest ``` ## Tools Repositories, pipelines, cron jobs, secrets, registries, organizations (33 tools total).