YAP — Yet Another Packager for Grok
io.github.m0rf30/yap
Build native Linux packages (.deb/.rpm/.apk/.pkg.tar.zst) from a single PKGBUILD via MCP.
client:Grok
transport:stdio
runtime:oci
Install YAP — Yet Another Packager in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"yap": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/m0rf30/yap-mcp:2.6.3"
],
"env": {
"YAP_VERBOSE": "<YAP_VERBOSE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs