loading…
Search for a command to run...
loading…
Bridge to Google Gemini API. Access Gemini Pro and Flash models through MCP.
Bridge to Google Gemini API. Access Gemini Pro and Flash models through MCP.
MCP Server - Bridge to Google Gemini API.
Part of the HumoticaOS / SymbAIon ecosystem.
pip install mcp-server-gemini-bridge
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gemini": {
"command": "mcp-server-gemini-bridge",
"env": {
"GOOGLE_API_KEY": "..."
}
}
}
}
docker build -t mcp-server-gemini-bridge .
docker run -i -e GOOGLE_API_KEY=... mcp-server-gemini-bridge
| Variable | Required | Description |
|---|---|---|
GOOGLE_API_KEY |
Yes | Your Google AI API key |
MIT
One Love, One fAmIly!
This package is officially distributed via:
Note: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"jaspertvdm-mcp-server-gemini-bridge": {
"command": "npx",
"args": []
}
}
}