Back to search
30
MCP

Gemini Bridge

pulsemcp/gemini bridge

Delegates large-context tasks from Claude to Google Gemini via subprocess, enabling token-efficient analysis of large files and codebases.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.lykhoyda/ask-gemini
Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions
0 tools
gemini-mcp-bridge
Lightweight MCP server bridging Claude Code to Google's Gemini AI via official CLI
0 tools
iflow-mcp_elyin_gemini-bridge
Lightweight MCP server bridging Claude Code to Google's Gemini AI via official CLI
0 tools
io.github.hampsterx/gemini-mcp-bridge
MCP server wrapping Gemini CLI: query, review, search, structured output, and diff assessment.
0 tools
io.github.pavelguzenfeld/gemini
MCP server that exposes Google Gemini as tools for Claude Code
0 tools
Vision Relay
Bridges Google Gemini and Alibaba Qwen vision models through CLI tools to provide image analysis capabilities from local files, URLs, or bas
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gemini_bridge": {
      "url": "None",
      "transport": "http"
    }
  }
}