Catalog
io.github.M0Rf30/yap
Officialby M0Rf30 · Go
YAP — Yet Another Packager
Build native Linux packages (.deb/.rpm/.apk/.pkg.tar.zst) from a single PKGBUILD via MCP.
Builds native Linux packages from PKGBUILD specifications for multiple distributions.
Topics
packagesartifactsalpine-packagesdebian-packagesuniversal-packagerarch-linux-packagesyet-another-packagerrhel-packagesabuildapkdebdpkgmakepkgpacmanrpmmcpskill-md
README not available yet.
Install
Configuration
Environment variables
YAP_VERBOSESet to 1 for debug-level JSON-RPC frame logging on stderr.
claude_desktop_config.json
{
"mcpServers": {
"yap": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/m0rf30/yap-mcp:2.4.0"
],
"env": {
"YAP_VERBOSE": "<YOUR_YAP_VERBOSE>"
}
}
}
}