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: Sayalabs MCP
Skills
Each skill teaches the host agent to reach for agy where it beats Claude's native abilities:
Skill | Covers |
| Generate/edit raster images (native-model phrasing, matplotlib-trap avoidance, verify step). |
| Transcribe audio and describe/summarize video — Claude can't hear or watch media; Gemini can. |
| Cross-family review of a plan/diff/answer via Gemini or GPT-OSS models. |
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server to dynamically load Claude Code skills into AI agentsLast updated55614MIT
- Alicense-qualityBmaintenanceA production-ready MCP server that injects a team of subagent interns, web search, and image generation capabilities into Claude Code using the Agy engine.Last updatedMIT
- Alicense-qualityCmaintenanceMCP server that enables Claude Code to generate images using Google's Gemini image generation models.Last updatedMIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI dialogue using various LLM models via AceDataCloud
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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