Skip to main content
Glama
minimal.py253 B
from fastapi import FastAPI app = FastAPI() @app.get("/") def read_root(): return {"message": "Hello World", "status": "working"} @app.get("/api/health") def health(): return {"status": "healthy"} # This is required for Vercel handler = app

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/mohammadnajeeb/ncbi_gene_mcp_client'

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