Highlight (Session Replay & UX)

Highlight (Session Replay & UX) MCP Connector for Claude

A+

Streamline observability by ingesting raw logs, OTLP logs, and OTLP traces directly into Highlight for session replay and UX monitoring.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Highlight project to any AI agent to manage observability data and monitor user experiences through natural conversation.

What you can do

  • Raw Log Ingestion — Send text-based logs from backend services directly to your Highlight dashboard using the ingest_raw_log tool.
  • OTLP Log Support — Ingest structured logs in OTLP JSON format to maintain rich context and metadata with ingest_otlp_logs.
  • Trace Management — Send OTLP traces via ingest_otlp_traces to visualize request flows and identify performance bottlenecks.

How it works

  1. Subscribe to this server
  2. Enter your Highlight Project ID
  3. Start sending logs and traces from your development environment or AI agent.

Who is this for?

  • Developers — Quickly send logs from local environments to debug issues in the Highlight dashboard.
  • DevOps Engineers — Automate the ingestion of structured OTLP data for better system visibility.
  • Product Managers — Correlate backend logs with user sessions to understand UX friction points.
session-replayux-monitoringobservabilityotlplogging

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

ingest_otlp_logs

The payload must include the highlight.project_id attribute. Ingest OTLP JSON logs into Highlight

ingest_otlp_traces

Ingest OTLP JSON traces into Highlight

ingest_raw_log

Ingest a raw log message into Highlight

See how to talk to your AI agent using Highlight (Session Replay & UX).

Ingest a raw log message 'Server started' for the 'backend-api' service.

I've sent the raw log 'Server started' for 'backend-api' to your Highlight project. You can now view it in your dashboard.

Send this OTLP JSON log payload to Highlight: {"resourceLogs": [...]}.

Processing the OTLP logs... The structured payload has been successfully ingested into Highlight via `ingest_otlp_logs`.

Use ingest_otlp_traces to send these resource spans to Highlight.

The OTLP traces have been sent. You can now analyze the request spans and performance metrics in your Highlight project.

You can use the `ingest_raw_log` tool. Simply provide the service name and the message content, and it will be sent directly to Highlight.

Related Connectors