Skip to content
Cline

YAP — Yet Another Packager for Cline

io.github.m0rf30/yap

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

client:Cline transport:stdio runtime:oci

Install YAP — Yet Another Packager in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "yap": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/m0rf30/yap-mcp:2.6.3"
      ],
      "env": {
        "YAP_VERBOSE": "<YAP_VERBOSE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

YAP — Yet Another Packager in other clients