agyenvoy
Provides tools to interact with Google's Gemini models via the agy CLI, including asking questions, listing models, checking authentication, logging in, and generating images.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agyenvoyexplain the theory of relativity in simple terms"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agyenvoy
A Claude Code plugin (MCP server + skill) that lets one agent dispatch the agy (Antigravity / Gemini) CLI. Delegate prompts to agy's models, continue/resume conversations, list models, check auth/credit, log in, and generate real images via agy's native image model.
Claude Code only. The MCP server is a single self-contained server.mjs (deps bundled) — no
npm install needed to run it.
Tools
Tool | Purpose |
| Run a prompt through |
| List models available to agy. No args. |
| Report login state + per-model quota (credit). Read-only, never returns the token. |
| Ensure agy is logged in; if not, open a terminal for Google sign-in and poll until done (macOS). |
Related MCP server: openai-mcp
Skill
agy-image-gen — image generation via agy_ask (native-model phrasing, matplotlib-trap avoidance, verify step).
Prerequisites
Node.js >= 18.
agyCLI installed —agy modelsshould work from your shell. If it isn't on$PATH, setAGY_BINto the full path. (Auth itself is handled byagy_login.)
Install (as a plugin)
/plugin marketplace add yinjs/agyenvoy # local; or <git-owner>/agyenvoy once pushed
/plugin install agyenvoy@agyenvoyThen restart Claude Code (or /mcp) to load it.
Install (raw server, no plugin)
Copy .mcp.json.example to your project's .mcp.json, fix the absolute paths, done.
Gotcha: request timeout
agy responses exceed the default 60s MCP request timeout. Raise it in the environment launching Claude Code, or calls report a spurious client-side timeout:
export MCP_TOOL_TIMEOUT=600000 # 10 minutesagy_ask's own timeout_ms (default 5m) governs the server-side wait.
Security
agy_ask runs agy with --dangerously-skip-permissions so tool actions inside agy are
auto-approved (required for non-interactive use — no TTY to approve). Use with trusted prompts only.
Develop
npm install
git config core.hooksPath .githooks # once: blocks commits with a stale server.mjs
npm run build # tsc typecheck
npm run bundle # -> server.mjs (self-contained, shipped)Source: src/index.ts. The tracked server.mjs is the built artifact the plugin runs.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yinjs/agyenvoy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server