gemini-bridge-mcp
by Euamobi4582
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_PORT | No | HTTP mode port. Default: 7801 | |
| GEMINI_TOOLS | No | Comma-separated list of exact tool names or group names to expose. Overrides GEMINI_PRESET. | |
| GEMINI_PRESET | No | Preset to control which tools are exposed. Values: minimal, core, research, analysis, media, data, full (default). | |
| GEMINI_BACKEND | No | Backend for ask_gemini: auto (default), cli, or web. | |
| GEMINI_TLS_KEY | No | Path to TLS key file for HTTPS (if not using default ./certs/key.pem). | |
| GEMINI_HEADLESS | No | Run the web UI invisibly (recommended). Set to '1' to enable. | |
| GEMINI_TLS_CERT | No | Path to TLS certificate file for HTTPS (if not using default ./certs/cert.pem). | |
| GEMINI_OUTPUT_DIR | No | Where generated media is saved. Default: ./output | |
| GEMINI_PROFILE_DIR | No | Web login profile folder. Default: ./.gemini-profile | |
| GEMINI_BROWSER_PATH | No | Path to Chromium browser (Chrome/Brave/Edge) if auto-detect fails. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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/Euamobi4582/gemini-bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server