Gemini Bridge
未认领A lightweight MCP server bridging AI agents to Google's Gemini AI via official CLI
安装
claude mcp add gemini-bridge -s user -- uvx gemini-bridge工具(9 个)
consult_gemini
Direct CLI bridge for simple queries.
consult_gemini_with_files
CLI bridge with file attachments for detailed analysis.
directory
(string): Working directory for the query
files
(list): List of file paths relative to the directory
mode
(string, optional): Either "inline" (default) to stream file contents or "atcommand" to let Gemini CLI resolve @path references itself
model
(string, optional): Model to use - "flash", "pro", "flash-lite", "2.5-lite", "3-pro", "3-flash", "3.1-pro", "3.1-flash-lite", or "auto" (default: "flash")
query
(string): The question or prompt to send to Gemini
timeout_seconds
(int, optional): Override the execution timeout for this request
web_search
Ask Gemini queries with web search context. Uses Gemini CLI's automatic web search when the model determines it's needed. Best-effort functionality - not guaranteed for every query.