Skip to main content
Glama
__init__.py212 B
import asyncio from .server import run_server def run_sse() -> None: asyncio.run(run_server('sse')) def run_stdio() -> None: asyncio.run(run_server('stdio')) if __name__ == '__main__': run_sse()

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/tsmndev/tavily-mcp-python'

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