mcpbeat Sign in

YAP — Yet Another Packager MCP Server

local only

YAP — Yet Another Packager runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

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

Installs / week
not published
21
Stars
0 open issues
21 Sep 2026
Last commit
from GitHub
GPL-3.0
License
Go

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Checks whether it runs in a sandbox cmd/yap/command/container_run.go:41
    if _, err := os.Stat("/.dockerenv"); err == nil {
            cachePath := filepath.Join(apkCacheDir, "APKINDEX."+sha1Hex(indexURL)+".tar.gz")
Touches key and credential files pkg/git/git.go:78
        sshKeyPath := os.Getenv("HOME") + "/.ssh/id_rsa"
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/dependencies.yml:242
          - Update type: ${{ github.event.inputs.update_type || 'minor' }}
Asks for container control access .github/workflows/ci.yml:186
        options: --privileged

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to YAP — Yet Another Packager

same job, measured the same way
Elementor Ultra MCP
by algorismus-io

Build Elementor sites with AI agents - native, editable pages via ~90 MCP tools. Free & MIT.

32 installs/wk local only
Tidesman
by tidesman

A free native MCP server for running and debugging Linux containers with Apple's container tool.

local only
FrameLane
by framelane

Render video and run AI media tasks from a single declarative JSON request.

answering
I
Imperal MCP
by imperalcloud

Build, validate, smoke-test & deploy Imperal declarative IR apps from any LLM or agent.

144 installs/wk local only
Shopify Store Builder MCP
by nazariinalyvaikobs

MCP server for building Shopify stores via the Admin GraphQL API: themes, pages, and navigation

36 installs/wk local only
Chat Thing
by chatthing

Build and manage AI-native customer support agents from Claude or any MCP client.

answering
Kernal MCP
by pintomatic

Graph-native memory for AI agents: a knowledge graph built from conversation, via MCP.

38 installs/wk local only
Bun Uia
by obscuritysrl

Playwright for the Windows desktop, from Bun — drive native GUIs via UI Automation + MCP.

37 installs/wk local only

YAP — Yet Another Packager — questions

Answers built from our own checks of this server.

Why is there no uptime for YAP — Yet Another Packager?
YAP — Yet Another Packager runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is YAP — Yet Another Packager open source?
Yes — it is published under the GPL-3.0 licence, written in Go and 21 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.