Skip to main content
Glama
__init__.py357 B
from . import server import asyncio def main(): """Package entry point""" try: asyncio.run(server.main()) except KeyboardInterrupt: server.logger.info("Server shutdown requested") except Exception as e: server.logger.error(f"Server error: {e}", exc_info=True) raise __all__ = [ 'main', 'server', ]

Latest Blog Posts

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/YeonwooSung/metasearch-mcp'

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