Home › Other › YAP — Yet Another Packager

YAP — Yet Another Packager

Build native Linux packages (.deb/.rpm/.apk/.pkg.tar.zst) from a single PKGBUILD via MCP.

Go
★ 21 stars Last pushed 2026-09-24 License: GPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/m0rf30/yap-mcp:2.6.3

Or add to your MCP client config:

{
  "mcpServers": {
    "yap": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/m0rf30/yap-mcp:2.6.3"
      ],
      "env": {
        "YAP_VERBOSE": "<YOUR_VALUE>"
      }
    }
  }
}
  • YAP_VERBOSE — Set to 1 for debug-level JSON-RPC frame logging on stderr.

Related servers

Data from the Official MCP Registry