Skip to main content
Glama

Gemini MCP Server

by lucky-dersan
mcp_tool.json664 B
{ "mcpServers": { "gemini": { "command": "docker", "args": [ "run", "--rm", "-i", "-e", "GEMINI_API_KEY", "-e", "GEMINI_MODEL", "-e", "GEMINI_BASE_URL", "-e", "HTTP_PROXY", "-e", "HTTPS_PROXY", "gemini-mcp-server:latest" ], "env": { "GEMINI_API_KEY":"your_api_key_here", "GEMINI_MODEL":"gemini-2.5-flash", "GEMINI_BASE_URL":"https://generativelanguage.googleapis.com/v1beta/openai/", "HTTP_PROXY":"http://127.0.0.1:17890", "HTTPS_PROXY":"http://127.0.0.1:17890" } } } }

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/lucky-dersan/gemini-mcp-server'

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