agyenvoy
A Claude Code MCP server and skill that enables delegation of prompts to agy (Antigravity/Gemini) CLI for model queries, conversation management, authentication, and image generation.
README
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 |
|---|---|
agy_ask |
Run a prompt through agy --print. Params: model, add_dir[], project, new_project, continue_conversation, conversation_id, timeout_ms. Blocks with a hint if logged out. |
agy_list_models |
List models available to agy. No args. |
agy_auth_status |
Report login state + per-model quota (credit). Read-only, never returns the token. |
agy_login |
Ensure agy is logged in; if not, open a terminal for Google sign-in and poll until done (macOS). |
Skills
Each skill teaches the host agent to reach for agy where it beats Claude's native abilities:
| Skill | Covers |
|---|---|
agy-image-gen |
Generate/edit raster images (native-model phrasing, matplotlib-trap avoidance, verify step). |
agy-media-understanding |
Transcribe audio and describe/summarize video — Claude can't hear or watch media; Gemini can. |
agy-second-opinion |
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@agyenvoy
Then 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 minutes
agy_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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。