Gemini Bridge
Related Servers
Alternatives to Gemini Bridge
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceA lightweight MCP server bridging AI agents to Google's Gemini AI via official CLI357 PyPI94MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that lets AI assistants use Google's Gemini models. Generate text, analyze images, review code, and more — with support for multi-turn conversations and web-grounded answers.44 npm1MIT
- AlicenseNot gradedqualityCmaintenanceA lightweight MCP server that exposes Google Gemini as tools for Claude Code, enabling question answering, code analysis, multi-turn chat, and model listing.42 npmMIT
- AlicenseNot gradedqualityDmaintenanceA MCP server wrapper for Google's Gemini CLI that enables AI assistants to perform searches, have conversations, list sessions, and analyze files using Gemini's capabilities.7 npmMIT
- AlicenseBqualityDmaintenanceA universal MCP server that provides AI-powered code review and analysis for any programming language using Google's Gemini CLI.61MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that integrates Google Gemini CLI with Claude Code for AI-powered development assistance, enabling code review, bug analysis, feature planning, and code explanation without requiring an API key.8MIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: consult_gemini for plain queries, consult_gemini_with_files for queries with file context, and web_search for web-augmented queries. No functional overlap.
Naming mostly follows a verb_noun pattern with 'consult_gemini' as a base, but 'web_search' deviates by not starting with 'consult'. Overall pattern is still predictable and readable.
Three tools is an appropriate scope for a Gemini CLI bridge, covering the essential query modes (plain, with files, web search) without unnecessary bloat.
The set covers the primary use cases for interacting with Gemini. Missing tools for model listing or configuration, but these are minor gaps for the intended purpose of querying.