Lightweight Error Tracking for Rails

Track, group, and resolve errors across your applications. Includes an MCP server so AI tools can query your errors directly.

From Sanskrit दृष्टि (dṛṣṭi), meaning "vision"

MCP Server Included

Connect your AI tools to Dristi and query errors without switching context.

MCP Configuration
{
  "mcpServers": {
    "dristi": {
      "type": "http",
      "url": "https://dristiapp.com/mcp",
      "headers": {
        "X-API-Token": "your-api-token"
      }
    }
  }
}

"What errors happened today?"

"Show me the stack trace for that NoMethodError"

"Mark it as resolved"

Available tools

search_errors — query errors
get_error_group — debugging context
get_error_occurrence — occurrence details
update_error_status — resolve/ignore
get_error_stats — statistics

Works with Claude, Cursor, Windsurf, and any MCP-compatible client.

Features

Multi-app support

Track errors from multiple applications with separate API tokens.

Smart grouping

Errors grouped by fingerprint to reduce noise.

Threshold alerts

Email notifications at 1, 10, 100, 1K, 10K, and 100K occurrences.

Team management

Organizations with owners and members. Invite teammates to apps.

Status management

Mark errors as resolved, ignored, or unresolved.

Simple API

One POST endpoint. Works with any HTTP client.

Free tier includes 5,000 errors per month.