Skip to main content
Glama

Gemini MCP Server

by philschmid
Dockerfile290 B
FROM python:3.13-slim ENV PYTHONUNBUFFERED True # Install uv RUN pip install uv # Install dependencies WORKDIR /app COPY pyproject.toml . COPY README.md . COPY src ./src RUN uv pip install --system . # Set the entrypoint EXPOSE 8000 CMD ["gemini-mcp", "--transport", "streamable-http"]

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

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