Skip to main content
Glama

google-mcp-server

by robcerda
server.py312 B
#!/usr/bin/env python3 """Entry point for Google MCP Server to be used with `mcp run server.py`""" import sys from pathlib import Path # Add src to path for imports sys.path.insert(0, str(Path(__file__).parent / "src")) from google_mcp_server.server import mcp # Export for mcp run (FastMCP server) app = mcp

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/robcerda/google-mcp-server'

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