Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agy": {
"command": "bash",
"args": [
"-lc",
"set -e; PLUGIN_ROOT=\"${CODEX_PLUGIN_ROOT:-${CLAUDE_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\""
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
npx claudepluginhub iicmaster/antigravity-plugins --plugin agy