Skip to main content
Glama
__init__.py219 B
def main(): from . import server # Import inside the function import asyncio return asyncio.run(server.main()) __all__ = ['main', 'server'] # No imports at the top level that could cause circularity

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/NewAITees/TaskMateAI'

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