HyperDX (Open Source Observability)

HyperDX (Open Source Observability) MCP Connector for Claude

A+

Monitor logs, events, and alerts via HyperDX — search logs, manage alert rules, and inspect dashboards directly from your AI agent.

7 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your HyperDX instance to any AI agent to gain deep visibility into your infrastructure and applications through natural conversation.

What you can do

  • Log & Event Analysis — Search through logs and structured events using powerful query filters to debug issues in real-time.
  • Alert Management — List, create, and delete alert rules to stay on top of system health and performance regressions.
  • Dashboard Inspection — Retrieve a list of all dashboards and fetch specific dashboard details to visualize metrics and trends.
  • Time-based Filtering — Query data using relative time ranges (like 15m, 1h, 24h) or specific ISO 8601 timestamps for precise troubleshooting.

How it works

  1. Subscribe to this server
  2. Enter your HyperDX API Key
  3. Start debugging and monitoring from Claude, Cursor, or any MCP-compatible client

No more jumping between tabs to correlate logs with alerts. Your AI acts as an on-call engineer or SRE assistant.

Who is this for?

  • DevOps Engineers — quickly check error rates and system logs without switching to a browser
  • SREs — manage alert thresholds and investigate incidents directly from the terminal or chat interface
  • Developers — fetch logs for specific services or trace IDs while staying in the flow of coding
observabilityloggingmonitoringalertsdashboards

7 tools expose this connector's capabilities to your AI agent.

list_alerts

Returns a list of all configured alert rules

create_alert

Create a new alert rule

list_dashboards

Retrieve all dashboards in the organization

delete_alert

Delete a specific alert rule by ID

list_events

Use query parameter for filtering. Retrieve events (structured logs or spans) from HyperDX

get_dashboard

Retrieve details for a specific dashboard

list_logs

Use query parameter for filtering (e.g., level:error service:auth). Retrieve a list of logs based on search criteria

See how to talk to your AI agent using HyperDX (Open Source Observability).

List all logs with level:error for the auth service from the last hour.

I've retrieved the logs for the auth service. I found 12 error entries in the last hour, mostly related to 'Invalid Token' exceptions. Would you like to see the full details of the most recent one?

Create a new alert named 'High Error Rate' that triggers when errors exceed 50 in 5 minutes.

Successfully created the alert 'High Error Rate'. It is configured to monitor the query 'level:error' and will trigger if the count exceeds 50 within a 5-minute interval.

Show me all my available dashboards in HyperDX.

I found 3 dashboards in your organization: 'System Health', 'API Performance', and 'User Analytics'. Which one would you like to inspect in detail?

Yes! Use the `list_logs` tool with a query like `level:error`. You can also specify a time range using the `from` parameter (e.g., '1h' or '24h') to narrow down the results.

Related Connectors