Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions servers/gemini-bridge/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: gemini-bridge
image: mcp/gemini-bridge
type: server
meta:
category: ai
tags:
- gemini
- ai
- google
- coding-assistant
about:
title: Gemini Bridge
description: Lightweight MCP server bridging AI coding assistants to Google's Gemini AI via official CLI. Zero API costs, stateless operation, and seamless integration with Claude Code, Cursor, VS Code, and other MCP-compatible clients.
icon: https://avatars.githubusercontent.com/u/182288589?s=200&v=4
source:
project: https://github.com/shelakh/gemini-bridge
run:
env:
MCP_TRANSPORT: stdio
Loading