YAP — Yet Another Packager for Windsurf
io.github.m0rf30/yap
Build native Linux packages (.deb/.rpm/.apk/.pkg.tar.zst) from a single PKGBUILD via MCP.
client:Windsurf
transport:stdio
runtime:oci
Install YAP — Yet Another Packager in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"yap": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/m0rf30/yap-mcp:2.6.3"
],
"env": {
"YAP_VERBOSE": "<YAP_VERBOSE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs