MCP server adapter for bild.sh — build servers + artifact hosting for all software.
One integration among many. bild-mcp exposes the bild REST API as MCP tools so AI agents can trigger builds, stream logs, and pull artifacts from MCP-capable clients.
npx -y @yawlabs/bild-mcpAdd to your MCP client config:
{
"mcpServers": {
"bild": {
"command": "npx",
"args": ["-y", "@yawlabs/bild-mcp"],
"env": {
"BILD_API_TOKEN": "bild_pat_..."
}
}
}
}Apache-2.0. See LICENSE.