Skip to main content
Glama
index.ts516 B
// Monitoring module exports export { default as MonitoringDashboard } from "./monitoring/Dashboard.vue"; // Monitoring types and interfaces export interface MetricData { timestamp: Date; value: number; label?: string; } export interface SystemMetrics { cpu: MetricData[]; memory: MetricData[]; network: MetricData[]; requests: MetricData[]; } export interface Alert { id: string; type: "warning" | "error" | "info"; title: string; message: string; timestamp: Date; resolved: boolean; }

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/zaizaizhao/mcp-swagger-server'

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