Skip to main content
Glama
by garylab
__init__.py267 B
import asyncio import argparse from . import server def main(): # parser = argparse.ArgumentParser() # parser.add_argument("--q", type=str, help="The query to search for") # args = parser.parse_args() asyncio.run(server.main()) __all__ = ["main"]

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/garylab/serper-mcp-server'

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