Skip to main content
Glama

gemini-bridge

by eLyiN

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
consult_gemini
Send a query directly to Gemini CLI. This is the core function - a direct bridge between Claude and Gemini. No caching, no sessions, no complexity. Just execute and return. Args: query: The question or prompt to send to Gemini directory: Working directory (required) model: Optional model name (flash, pro, etc.) Returns: Gemini's response
consult_gemini_with_files
Send a query to Gemini CLI with file attachments. Files are read and concatenated into the prompt. Simple and direct. Args: query: The question or prompt to send to Gemini directory: Working directory (required) files: List of file paths to attach (relative to directory) model: Optional model name (flash, pro, etc.) Returns: Gemini's response with file context

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eLyiN/gemini-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server