ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use HyperDX with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Monitor logs, events, and alerts via HyperDX. search logs, manage alert rules, and inspect dashboards directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 7 capabilities

The complete HyperDX capability set.

These are the exact actions your AI can choose when you ask it to work with HyperDX.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 7 available through HyperDX.

  1. 01

    Get dashboard

    Retrieve details for a specific dashboard

  2. 02

    List events

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

  3. 03

    List logs

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

  4. 04

    Create alert

    Create a new alert rule

Capability set02 / 02

05-07

3 capabilities in this set.

Part of 7 available through HyperDX.

  1. 05

    Delete alert

    Delete a specific alert rule by ID

  2. 06

    List alerts

    Returns a list of all configured alert rules

  3. 07

    List dashboards

    Retrieve all dashboards in the organization

Observed, not estimated

920ms average. Fast in production.

HyperDX is checked daily against the live service.

Daily averagePeak 1166ms
Aug 20Today
Fastest day
727ms
Slowest day
1166ms
14-day trend
Slowing+40%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 7 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of HyperDX, so you can see the experience inside your AI.

It does not authenticate your account with HyperDX. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

HyperDX Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_lc01BEQeS86qzu5Tsala3mRU7FKVPIY7tYMD90oU/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — HyperDX capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "hyperdx-open-source-observability-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_lc01BEQeS86qzu5Tsala3mRU7FKVPIY7tYMD90oU/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions HyperDX owners ask.

  • 01

    Can I search for specific errors in my logs using this server?

    Yes! Use the list_logs capability 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.

  • 02

    How do I set up a new alert for a specific service?

    You can use the create_alert capability. You'll need to provide a name, the search query (e.g., service:auth level:error), a threshold value, the type of alert (like 'count'), and the evaluation interval (e.g., '5m').

  • 03

    Is it possible to delete an alert rule if it's no longer needed?

    Yes, simply use the delete_alert capability and provide the unique ID of the alert rule you wish to remove.