Loading MCP server directory, please wait...
Read Woodpecker CI repositories, pipelines and logs, and drive builds, secrets and crons
npx @getmcp/cli add io.github.ni-c/woodpecker-ci-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
WOODPECKER_URLRoot URL of the Woodpecker server, e.g. https://woodpecker.example.com
WOODPECKER_TOKENPersonal access token from the Woodpecker user settings
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ni-c/woodpecker-ci-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/woodpecker-ci-mcp"
],
"env": {
"WOODPECKER_URL": "",
"WOODPECKER_TOKEN": "",
"WOODPECKER_READ_ONLY": "",
"WOODPECKER_ALLOW_TOOLS": "",
"WOODPECKER_DENY_TOOLS": "",
"WOODPECKER_INSECURE_TLS": ""
}
}
}
}