
Ask Gemini
Bridge Claude to Google Gemini CLI for cross-model review, brainstorming checks, and second opinions.
Overview
io.github.Lykhoyda/ask-gemini is a MCP server for the Ship phase that links your coding agent to the Gemini CLI for AI-to-AI collaboration and code review.
What is this MCP server?
- ask-gemini-mcp npm stdio server at version 1.6.9
- Delegates to Gemini CLI for collaboration and code review
- GMCPT_TIMEOUT_MS defaults to 300000 ms
- GMCPT_LOG_LEVEL for operational debugging
- Same ask-llm monorepo pattern as ask-codex and ask-antigravity
- Server version 1.6.9
- npm identifier ask-gemini-mcp
- Default timeout 300000 ms
Community signal: 10 GitHub stars.
What problem does it solve?
You lose context when you paste Claude’s work into Gemini manually just to sanity-check a decision or review a diff.
Who is it for?
Claude-or-Cursor-first builders who keep Gemini CLI installed for alternate perspectives on code and design.
Skip if: Environments without Gemini CLI or Google account setup, or workflows that require only cloud API calls without a local CLI.
What do I get? / Deliverables
Registered ask-gemini-mcp lets your agent invoke Gemini CLI and merge answers into the ongoing MCP session.
- Tool surface that runs Gemini CLI prompts from your primary agent
- Long-running CLI tolerance via GMCPT_TIMEOUT_MS
- Debuggable subprocess behavior via GMCPT_LOG_LEVEL
Recommended MCP Servers
Journey fit
How it compares
MCP stdio bridge to Gemini CLI, not a native Gemini IDE plugin or embedded skill markdown.
Common Questions / FAQ
Who is io.github.Lykhoyda/ask-gemini for?
Indie developers using MCP who want Gemini CLI available as a tool from Claude Code, Cursor, or similar hosts.
When should I use io.github.Lykhoyda/ask-gemini?
Use it when you need a Gemini second opinion on code, docs, or architecture during review, or when pairing two CLIs on a hard bug.
How do I add io.github.Lykhoyda/ask-gemini to my agent?
Install ask-gemini-mcp from npm, configure it as a stdio MCP server, ensure Gemini CLI works in your shell, and set GMCPT_TIMEOUT_MS or GMCPT_LOG_LEVEL if needed.