agy-mcp-plugins
agy-mcp-plugins
Wire MCP servers and package/install plugins into Google's Antigravity (AGY)
image so an AGY worker can reach the flywheel substrate (Agent-Mail, the br/beads
bridge) and run the AgentOps corpus in its own harness. Sibling of agy-native,
which drives the loop; this skill supplies the tool surface that loop runs against.
Overview / When to Use
AGY's extension surface is plugins — a plugin tree (plugin.json + skills/,
subagents/, hooks.json, and a mcpServers declaration) imported, validated,
and enabled through agy plugin {import,validate,install,enable,disable,uninstall,link,list}.
MCP servers reach AGY through that plugin model (declared in a plugin's
mcpServers, or via the AGY settings at ~/.gemini/settings.json), not through a
standalone gemini-cli mcp subcommand. A bare SKILL.md under ~/.gemini/skills/
is portable and needs no plugin.json just to expose a skill — but a tool server
must be declared, enabled, and reachable before any skill that depends on it runs.