Skip to main content
Glama
api.py321 B
""" Lambda handler for a txtai API instance """ from mangum import Mangum from txtai.api import app, start # pylint: disable=C0103 # Create FastAPI application instance wrapped by Mangum handler = None if not handler: # Start application start() # Create handler handler = Mangum(app, lifespan="off")

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/neuml/txtai'

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