import os
import uvicorn
def main() -> None:
# Cloud Run defaults PORT to 8080
port = int(os.getenv("PORT", "8080"))
# Serve the MCP-only ASGI app at the root (no /mcp path)
uvicorn.run("mcp_http:app", host="0.0.0.0", port=port)
if __name__ == "__main__":
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/mickey-mikey/olexi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server