We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LNS2905/gemini-chat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•156 B
"""Gemini Chat MCP - Simple MCP server for chatting with Gemini and custom Gems."""
from .server import main, run_server
__all__ = ["main", "run_server"]