codex-gemini-bridge
Related Servers
Alternatives to codex-gemini-bridge
No user-submitted related servers found.
Related Servers
- AlicenseAqualityFmaintenanceA lightweight MCP server that enables AI coding assistants to interact with Google's Gemini AI through the official CLI.3MIT
- 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.45 npmMIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that leverages Google Antigravity SDK and Gemini Enterprise Agent Platform to provide AI-driven code review and task execution via natural language.1-
- FlicenseBqualityDmaintenanceMCP server that gives AI coding agents (Claude Code, Cursor, Cline, etc.) access to multiple AI models through Antigravity CLI and OpenAI Codex CLI, enabling mid-conversation model consultation and code review.8-
- 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
- AlicenseNot gradedqualityFmaintenanceAn MCP server that allows Claude Code to interact with the OpenAI Codex CLI.6 npm21MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: 'gemini' sends prompts and returns text completions, while 'gemini_models' lists available models. There is no ambiguity or overlap between them.
Both names share the 'gemini' prefix, but one is a bare noun and the other uses an underscore suffix. This is readable and predictable, though it doesn't follow a strict verb_noun pattern.
With only two tools, the server feels extremely thin for a general bridge. However, the scope is limited to prompt execution and model listing, so the count is borderline acceptable.
The core functions of sending prompts and listing models are covered, including support for conversation history via IDs. Minor gaps exist, such as streaming or explicit model selection parameters in the main tool, but the essential workflow is usable.