Skip to content
v0.4.0MIT

Antigravity CLI (agy) plugin for review, rescue, and autonomous agent workflows.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

agystdio
{
  "type": "stdio",
  "command": "bash",
  "args": [
    "-lc",
    "set -e; PLUGIN_ROOT=\"${CODEX_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT:-${PLUGIN_ROOT:-}}}\"; if [ -z \"$PLUGIN_ROOT\" ]; then if [ -f ./scripts/agy-mcp-server.mjs ]; then PLUGIN_ROOT=\"$PWD\"; elif [ -f ./plugins/agy/scripts/agy-mcp-server.mjs ]; then PLUGIN_ROOT=\"$PWD/plugins/agy\"; else for candidate in \"$HOME\"/.codex/plugins/cache/*/agy/*; do if [ -f \"$candidate/scripts/agy-mcp-server.mjs\" ]; then PLUGIN_ROOT=\"$candidate\"; break; fi; done; fi; fi; if [ -z \"$PLUGIN_ROOT\" ]; then echo \"Unable to locate AGY plugin root\" >&2; exit 1; fi; exec node \"$PLUGIN_ROOT/scripts/agy-mcp-server.mjs\""
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "agy",
  "version": "0.4.0",
  "description": "Antigravity CLI (agy) plugin for review, rescue, and autonomous agent workflows.",
  "author": {
    "name": "IIC Master"
  },
  "homepage": "https://github.com/iicmaster/antigravity-plugins#readme",
  "repository": "https://github.com/iicmaster/antigravity-plugins",
  "license": "MIT",
  "keywords": [
    "agy",
    "antigravity",
    "review",
    "rescue"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • agy-codex.mjs
View on GitHub