Skip to main content
Glama

mcp-nextcloud-calendar

health.ts462 B
import express from 'express'; type Request = express.Request; type Response = express.Response; import { ServerConfig } from '../config/config.js'; export function healthHandler(config: ServerConfig) { return (req: Request, res: Response) => { res.status(200).json({ status: 'ok', server: config.serverName, version: config.serverVersion, environment: config.environment, timestamp: new Date().toISOString(), }); }; }

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/Cheffromspace/mcp-nextcloud-calendar'

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