πŸ€– The Future of SRE is Here

Let AI Handle Your SRE

Complete AI agent control of your observability stack. From setup to investigation to remediationβ€”your AI assistant can handle it all. Works with Cursor, Claude Desktop, and any MCP-compatible agent.

Choose Your Integration

MCP Server

For Cursor, Claude Desktop, and any MCP-compatible agent. Full access to all observability tools.

Learn more β†’

VS Code Extension

Inline error annotations, service health sidebar, and trace viewer directly in your editor.

Learn more β†’

GitHub App

PR annotations with production errors, deployment tracking, and automated health checks.

Learn more β†’

CLI Agent Commands

JSON output for all commands, perfect for piping to AI agents or scripts.

Learn more β†’

Agent REST API

Direct API endpoints optimized for AI agents with structured, context-rich responses.

Learn more β†’

Investigation Runbooks

Pre-built investigation guides that AI agents can follow step-by-step.

Learn more β†’

MCP Server

The Model Context Protocol (MCP) server gives AI agents like Claude and Cursor direct access to your observability data. Ask questions in natural language, and your AI can query logs, search traces, and investigate issues.

Quick Setup for Cursor

// .cursor/mcp.json
{
  "mcpServers": {
    "qorrelate": {
      "command": "npx",
      "args": ["qorrelate-mcp-server"],
      "env": {
        "QORRELATE_API_KEY": "your-api-key",
        "QORRELATE_ENDPOINT": "https://qorrelate.io"
      }
    }
  }
}

Available Tools (50+)

πŸ” Investigation

  • β€’ query_logs
  • β€’ search_traces
  • β€’ query_metrics
  • β€’ get_service_health
  • β€’ list_sessions

πŸ”§ Setup & Config

  • β€’ generate_otel_python
  • β€’ generate_otel_node
  • β€’ generate_otel_go
  • β€’ generate_collector_config
  • β€’ validate_ingestion

πŸ“Š Dashboards

  • β€’ list_dashboards
  • β€’ create_dashboard
  • β€’ add_panel
  • β€’ update_panel
  • β€’ delete_dashboard

🚨 Alerting

  • β€’ list_alerts
  • β€’ create_alert
  • β€’ update_alert
  • β€’ delete_alert
  • β€’ acknowledge_alert

πŸ‘₯ Organization

  • β€’ create_api_key
  • β€’ list_api_keys
  • β€’ revoke_api_key
  • β€’ invite_user

πŸ’° Billing & Usage

  • β€’ get_usage
  • β€’ get_billing
  • β€’ get_data_usage_summary
  • β€’ get_unused_metrics

πŸ›‘οΈ Data Control

  • β€’ list_drop_filters
  • β€’ create_drop_filter
  • β€’ delete_drop_filter
  • β€’ get_drop_filter_stats

🎬 Sessions

  • β€’ list_sessions
  • β€’ get_session
  • β€’ generate_session_replay

Example Prompts

"Show me all errors from the payment service in the last hour"

β†’ Uses query_logs with severity=ERROR and service=payment

"What's causing the latency spike in checkout?"

β†’ Uses search_traces with min_duration and traces_analyze_latency

"Are there any critical alerts I should know about?"

β†’ Uses list_alerts with severity=critical

"What's my current usage and billing this month?"

β†’ Uses get_billing and get_usage to show cost breakdown

"Drop all DEBUG logs from production to reduce costs"

β†’ Uses create_drop_filter with filter_type=logs and query="level:DEBUG"

"Find unused metrics I can drop to save money"

β†’ Uses get_unused_metrics to identify metrics not queried in 7 days

VS Code Extension

See production errors directly in your code. The VS Code extension matches stack traces from production to your local files and shows inline annotations.

Features

ext install qorrelate.qorrelate

CLI Agent Commands

The Qorrelate CLI includes agent-optimized commands with JSON output, perfect for piping to AI agents or automation scripts.

Commands

# Get service health as JSON
qorrelate agent health --format json

# Search logs with JSON output
qorrelate agent logs --severity ERROR --format json

# Natural language query
qorrelate agent query "slow traces in checkout" --format json

# Get investigation runbook
qorrelate agent runbook high_error_rate --format json

Install the CLI: curl -sL https://install.qorrelate.io | sh

Agent REST API

Direct API endpoints optimized for AI agents. Responses are structured for easy parsing and include context, recommendations, and follow-up suggestions.

Endpoints

GET /v1/agent/services/summary

Get health summary for all services with recommendations

GET /v1/agent/investigate

Get investigation context for a trace ID or error message

GET /v1/agent/query

Natural language query processing

GET /v1/agent/runbook/{name}

Get step-by-step investigation runbook

Investigation Runbooks

Pre-built investigation guides that AI agents can follow step-by-step. Each runbook includes the tools to use, parameters to pass, and common causes to check.

Available Runbooks

high_error_rate

Steps to diagnose elevated error rates

slow_requests

Debug latency issues and bottlenecks

service_down

Investigate service unavailability

deployment_verification

Post-deployment health checks

Ready to supercharge your AI assistant?

Get started with Qorrelate's AI integrations in minutes.