Skip to main content
Glama

HomeAssistant MCP

health.routes.tsโ€ข324 B
import { Router } from "express"; import { APP_CONFIG } from "../config/app.config.ts"; const router = Router(); // Health check endpoint router.get("/", (_req, res) => { res.json({ status: "ok", timestamp: new Date().toISOString(), version: APP_CONFIG.VERSION, }); }); export { router as healthRoutes };

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/jango-blockchained/advanced-homeassistant-mcp'

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