Skip to main content
Glama

CodeCompass MCP

MIT License
1
  • Linux
  • Apple

health_check

Monitor server health and performance with real-time insights on API limits, system health, and dependencies. Includes metrics, diagnostics, and actionable recommendations for optimal operations.

Instructions

🏥 System Health Check - Monitor server health, performance, and operational metrics. Provides comprehensive monitoring dashboard with real-time insights.

Input Schema

NameRequiredDescriptionDefault
checksNoTypes of health checks to perform
optionsNo

Input Schema (JSON Schema)

{ "properties": { "checks": { "default": [ "api-limits", "system-health", "monitoring" ], "description": "Types of health checks to perform", "items": { "enum": [ "api-limits", "system-health", "monitoring", "dependencies", "configuration" ], "type": "string" }, "type": "array" }, "options": { "properties": { "include_diagnostics": { "default": false, "description": "Include diagnostic information", "type": "boolean" }, "include_insights": { "default": false, "description": "Include performance insights and recommendations", "type": "boolean" }, "include_logs": { "default": false, "description": "Include recent log entries", "type": "boolean" }, "include_metrics": { "default": false, "description": "Include comprehensive system metrics in response", "type": "boolean" } }, "type": "object" } }, "required": [], "type": "object" }

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/TheAlchemist6/codecompass-mcp'

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