Home › Development › Woodpecker CI
Woodpecker CI
Read Woodpecker CI repositories, pipelines and logs, and drive builds, secrets and crons
Topics: Developer Tools
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.3.1)
npx -y @ni-c/woodpecker-ci-mcp@0.3.1
Or add to your MCP client config:
{
"mcpServers": {
"woodpecker-ci-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/woodpecker-ci-mcp@0.3.1"
],
"env": {
"WOODPECKER_URL": "<YOUR_VALUE>",
"WOODPECKER_TOKEN": "<YOUR_VALUE>",
"WOODPECKER_READ_ONLY": "<YOUR_VALUE>",
"WOODPECKER_ALLOW_TOOLS": "<YOUR_VALUE>",
"WOODPECKER_DENY_TOOLS": "<YOUR_VALUE>",
"WOODPECKER_INSECURE_TLS": "<YOUR_VALUE>"
}
}
}
}
WOODPECKER_URLrequired — Root URL of the Woodpecker server, e.g. https://woodpecker.example.comWOODPECKER_TOKENrequired secret — Personal access token from the Woodpecker user settingsWOODPECKER_READ_ONLY— Set to true to register only the read tools (default: false)WOODPECKER_ALLOW_TOOLS— Comma-separated tool names or list_* prefixes to register; 'essential' selects a curated preset (default: all tools)WOODPECKER_DENY_TOOLS— Comma-separated tool names or list_* prefixes to remove from whatever the allow list leftWOODPECKER_INSECURE_TLS— Set to true to accept a self-signed certificate from the Woodpecker server (default: false)
Package (oci)
docker run -i --rm ghcr.io/ni-c/woodpecker-ci-mcp:0.3.1
Or add to your MCP client config:
{
"mcpServers": {
"woodpecker-ci-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/woodpecker-ci-mcp:0.3.1"
],
"env": {
"WOODPECKER_URL": "<YOUR_VALUE>",
"WOODPECKER_TOKEN": "<YOUR_VALUE>",
"WOODPECKER_READ_ONLY": "<YOUR_VALUE>",
"WOODPECKER_ALLOW_TOOLS": "<YOUR_VALUE>",
"WOODPECKER_DENY_TOOLS": "<YOUR_VALUE>",
"WOODPECKER_INSECURE_TLS": "<YOUR_VALUE>"
}
}
}
}
WOODPECKER_URLrequired — Root URL of the Woodpecker server, e.g. https://woodpecker.example.comWOODPECKER_TOKENrequired secret — Personal access token from the Woodpecker user settingsWOODPECKER_READ_ONLY— Set to true to register only the read tools (default: false)WOODPECKER_ALLOW_TOOLS— Comma-separated tool names or list_* prefixes to register; 'essential' selects a curated preset (default: all tools)WOODPECKER_DENY_TOOLS— Comma-separated tool names or list_* prefixes to remove from whatever the allow list leftWOODPECKER_INSECURE_TLS— Set to true to accept a self-signed certificate from the Woodpecker server (default: false)
Related servers
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
Figma-Context-MCP
Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.
git-mcp
[gitmcp.io](https://gitmcp.io/) is a generic remote MCP server to connect to ANY [GitHub](https://www.github.com) repository or project…
Repowise
Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.
mobile-mcp
MCP server for iOS and Android Mobile Development, Automation and Testing
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry