Skip to content

How do I monitor the health of MCP servers?

The registry provides built-in health monitoring:

  1. Web Interface: View server status at https://your-gateway
  2. Green: Healthy servers
  3. Red: Servers with issues
  4. Gray: Disabled servers

  5. Manual Health Checks: Click the refresh icon on any server card in the dashboard

  6. Logs: Monitor service logs:

    # View all service logs
    docker compose logs -f
    
    # View specific service logs
    docker compose logs -f registry
    docker compose logs -f auth-server
    

  7. API Endpoint: Programmatic health checks via /health endpoints