Skip to content

Conversation

@eLyiN
Copy link
Contributor

@eLyiN eLyiN commented Aug 27, 2025

Summary

This PR adds Gemini Bridge to the third-party servers list in the README.

About Gemini Bridge

Gemini Bridge is a lightweight MCP (Model Context Protocol) server that enables Claude Code to interact with Google's Gemini AI through the official CLI. It follows the contributing guidelines by adding a link to an existing external server rather than implementing a new server within this repository.

Key Features

  • Zero API Costs: Uses the free Gemini CLI instead of paid API endpoints
  • Stateless Architecture: No session management, each tool call is independent
  • CLI-First Approach: Direct subprocess calls to gemini command for optimal performance
  • Professional CI/CD: Automated testing, building, and PyPI publishing
  • Production Ready: Configurable timeouts, error handling, and cross-platform support

MCP Tools Provided

  • consult_gemini: Direct CLI bridge for simple queries
  • consult_gemini_with_files: CLI bridge with file attachments for detailed analysis

Installation

# Production (recommended)
claude mcp add gemini-bridge -s user -- uvx gemini-bridge

# Development 
pip install -e . && claude mcp add gemini-bridge -s user -- python -m src

Repository

Alphabetical Placement

Added between "GibsonAI" and "Gitea" to maintain alphabetical order as specified in the README guidelines.

Contributing Guidelines Compliance

  • ✅ Adding link to external server (not implementing new server in this repo)
  • ✅ Following README format with proper description
  • ✅ Maintaining alphabetical order
  • ✅ Using standard GitHub flow

Copy link
Member

@olaservo olaservo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, this looks like it might belong in community servers instead?

Add Gemini Bridge to the Community Servers list - a lightweight MCP server
that enables Claude to interact with Google's Gemini AI through the official CLI,
offering zero API costs and stateless architecture.
@eLyiN eLyiN force-pushed the add-gemini-bridge branch from cd39c23 to 295b3d5 Compare August 30, 2025 08:03
@eLyiN
Copy link
Contributor Author

eLyiN commented Aug 30, 2025

Hi, this looks like it might belong in community servers instead?

Hi @olaservo , actually moved it to the right section, thanks for your recommendation

@eLyiN eLyiN requested a review from olaservo August 30, 2025 08:06
Copy link
Member

@olaservo olaservo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, this goes to a 404 for me?

@domdomegg domdomegg merged commit 9e2072a into modelcontextprotocol:main Sep 12, 2025
10 checks passed
@eLyiN eLyiN deleted the add-gemini-bridge branch September 12, 2025 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants