Gemini Bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_BRIDGE_TIMEOUT | No | Timeout in seconds for Gemini CLI operations (default: 60, range: any positive integer). Can be overridden per tool call. | 60 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| consult_geminiB | Send a query directly to the Gemini CLI. Args:
query: Prompt text forwarded verbatim to the CLI.
directory: Working directory used for command execution.
model: Optional model alias ( Returns: Gemini's response text or an explanatory error string. |
| consult_gemini_with_filesA | Send a query to the Gemini CLI with file context. Args:
query: Prompt text forwarded to the CLI.
directory: Working directory used for resolving relative file paths.
files: Relative or absolute file paths to include alongside the prompt.
model: Optional model alias ( Returns: Gemini's response or an explanatory error string with any warnings. |
| web_searchA | Ask Gemini queries with web search context. Note: This uses Gemini CLI's automatic web search capability. The model determines when to search based on query context. Best-effort web search - not guaranteed for every query. Args: query: Search query or question to look up on the web directory: Working directory for command execution model: Optional model alias (flash, pro, or custom) timeout_seconds: Optional per-call timeout override in seconds Returns: Gemini's response with potential web sources |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/FojleRabbiRabib/gemini-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server