YAP - Yet Another Packager MCP Server

YAP builds native packages for multiple GNU/Linux distributions from a single PKGBUILD specification. Write your package once; get .deb, .rpm, .apk, and .pkg.tar.zst out. All builds run in isolated OCI containers (Docker or Podman).

People who need these tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 21 · #588 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

GPL-3.0 · Go servers · how we verify → /methodology

01 · Install YAP - Yet Another Packager

Docker

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

Claude Desktop - add to config

{
  "mcpServers": {
    "m0rf30-yap": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/m0rf30/yap-mcp:2.6.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license GPL-3.0 - declared in the repository

registry namespace io.github.M0Rf30 is GitHub-verified and matches the repo owner

03 · What YAP - Yet Another Packager can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.6.0 · 2026-08-12

: feat(download): make the source download retry budget configurable (@M0Rf30) · CI & Build · : ci(docker): allow manual dispatch of the Docker build workflow (@M0Rf30) · Miscellaneous · : chore(plugin): sync…

v2.5.6 · 2026-08-07

: fix(cross): stop target-arch deps clobbering host build tools (@M0Rf30)

v2.5.5 · 2026-08-06

: fix(builders): actually install Go when prepare is asked for it (@M0Rf30) · : fix(command): exit non-zero when prepare or pull fails (@M0Rf30) · : fix(deploy): sync package metadata in the -g images and name alpine…

04 · Who maintains YAP - Yet Another Packager

YAP - Yet Another Packager is maintained by m0rf30. It's the only MCP server we track from this author; the repo dates to Dec 2022.

05 · Facts

category
other - ranked #588 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-12)
registry
io.github.M0Rf30/yap (active, first published 2026-05-29 · 18 versions)
packages
oci:ghcr.io/m0rf30/yap-mcp:2.6.0

06 · YAP - Yet Another Packager FAQ

What is YAP - Yet Another Packager?

YAP builds native packages for multiple GNU/Linux distributions from a single PKGBUILD specification. Write your package once; get .deb, .rpm, .apk, and .pkg.tar.zst out. All builds run in isolated OCI containers (Docker or Podman).

Is YAP - Yet Another Packager still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install YAP - Yet Another Packager?

Run `docker run -i --rm ghcr.io/m0rf30/yap-mcp:2.6.0`. You can also paste the ready-made client config above.

07 · Alternatives to YAP - Yet Another Packager