YAP — Yet Another Packager for Cursor
io.github.m0rf30/yap
Build native Linux packages (.deb/.rpm/.apk/.pkg.tar.zst) from a single PKGBUILD via MCP.
client:Cursor
transport:stdio
runtime:oci
Install YAP — Yet Another Packager in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yap": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/m0rf30/yap-mcp:2.6.3"
],
"env": {
"YAP_VERBOSE": "<YAP_VERBOSE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs