Skip to main content
Glama

Gemini MCP Server

by philschmid
pyproject.toml908 B
[project] name = "gemini-mcp" version = "0.1.0" description = "A simple Gemini MCP server" readme = "README.md" requires-python = ">=3.10" authors = [{ name = "Philipp Schmid", email = "philschmid@google.com" }] license = { text = "MIT" } dependencies = [ "mcp", "fastmcp", "google-genai", ] [project.urls] Homepage = "https://github.com/philschmid/gemini-mcp-server" Repository = "https://github.com/philschmid/gemini-mcp-server" "Bug Tracker" = "https://github.com/philschmid/gemini-mcp-server/issues" [project.optional-dependencies] dev = [ "pyright>=1.1.391", "pytest>=8.3.4", "ruff>=0.8.5", "pytest-asyncio", "pytest-mock", ] [project.scripts] gemini-mcp = "gemini_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/gemini_mcp"] [tool.pytest.ini_options] pythonpath = ["src"]

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