Skip to main content
Glama
health.js390 B
export default function handler(req, res) { res.json({ status: 'healthy', timestamp: new Date().toISOString(), version: '1.0.0', environment: 'production', oauth_status: process.env.BRANDFOLDER_CLIENT_ID ? 'configured' : 'pending', endpoints: { mcp: `https://${req.headers.host}/api/mcp`, health: `https://${req.headers.host}/api/health` } }); }

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/vnsavitri/dam-butler-mcp'

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