Skip to content

YawLabs/bild-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@yawlabs/bild-mcp

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.

Install

npx -y @yawlabs/bild-mcp

Configure

Add to your MCP client config:

{
  "mcpServers": {
    "bild": {
      "command": "npx",
      "args": ["-y", "@yawlabs/bild-mcp"],
      "env": {
        "BILD_API_TOKEN": "bild_pat_..."
      }
    }
  }
}

License

Apache-2.0. See LICENSE.

About

MCP server adapter for bild.sh — build servers + artifact hosting for all software

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors