build-mcp-genmedia
Installation
SKILL.md
Build mcp-genmedia from Source
When to invoke this skill
- MCP tools (nanobanana, veo, lyria, etc.) are not responding or missing from tool list
/tmphas been wiped (container restart, new session)settings.jsonstill points to/workspace/.local/bin/binaries (which are not executable)- Any
exec format errororpermission deniedwhen Claude Code tries to start an MCP server
How it works
The prebuilt binaries shipped in /workspace/.local/bin/ lack the executable bit and live on a noexec
filesystem mount — they can never be run directly. The source code for all six servers lives in the
upstream repo. This skill clones that repo, downloads Go if needed, compiles the servers into /tmp/bin/
(which is exec-allowed), and updates settings.json to point there.