trackmcp
Back to directory
jaspertvdm

mcp-server-gemini-bridge

View on GitHub

MCP Server - Bridge to Google Gemini API. Part of HumoticaOS/SymbAIon ecosystem.

4 stars DockerfileOthers Updated Aug 12, 2026

Documentation

mcp-server-gemini-bridge

PyPI

MCP Server - Bridge to Google Gemini API.

Part of the HumoticaOS / SymbAIon ecosystem.

Installation

bash
pip install mcp-server-gemini-bridge

Usage

With Claude Desktop

Add to your `claude_desktop_config.json`:

json
{
  "mcpServers": {
    "gemini": {
      "command": "mcp-server-gemini-bridge",
      "env": {
        "GOOGLE_API_KEY": "..."
      }
    }
  }
}

With Docker

bash
docker build -t mcp-server-gemini-bridge .
docker run -i -e GOOGLE_API_KEY=... mcp-server-gemini-bridge

Environment Variables

VariableRequiredDescription
`GOOGLE_API_KEY`YesYour Google AI API key

Features

  • Connect MCP clients to Google Gemini API
  • Support for Gemini Pro and other models
  • Streaming responses
  • Simple configuration

Authors

  • Jasper van de Meent (@jaspertvdm)
  • Root AI (Claude) - root_ai@humotica.nl

License

MIT


One Love, One fAmIly!

Official Distribution

This package is officially distributed via:

  • PyPI: https://pypi.org/project/mcp-server-gemini-bridge/
  • GitHub: https://github.com/jaspertvdm/mcp-server-gemini-bridge

> Note: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.

>

Available on CodeGuilds

Frequently asked questions

What is mcp-server-gemini-bridge?

mcp-server-gemini-bridge is MCP Server - Bridge to Google Gemini API. Part of HumoticaOS/SymbAIon ecosystem.

How do I install mcp-server-gemini-bridge?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-server-gemini-bridge open source?

Yes — it is hosted on GitHub at https://github.com/jaspertvdm/mcp-server-gemini-bridge and has 4 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP