Firetiger Cursor Plugin

March 10, 2026 ยท View on GitHub

Firetiger logo

Firetiger Cursor Plugin

The official Cursor plugin for Firetiger. Firetiger agents monitor, investigate, catalog issues, and apply runbooks autonomously while Cursor helps you build and debug code.

Repository Layout

This repository publishes a single plugin:

  • .cursor-plugin/plugin.json: plugin manifest
  • .cursor-plugin/marketplace.json: marketplace manifest pointing at the root plugin
  • skills/: Firetiger skills exposed to Cursor
  • mcp.json: Firetiger MCP server configuration
  • assets/firetiger.svg: plugin logo

What's Included

MCP Server

Connect to Firetiger's API for querying telemetry data, managing investigations, and interacting with AI agents directly from Cursor.

Skills

SkillDescription
firetigerRouter skill - directs tasks to the appropriate specialized skill
firetiger-instrumentOpenTelemetry instrumentation for Node.js, Python, Go, and Rust applications
firetiger-querySQL queries against Firetiger's data warehouse via MCP
firetiger-investigateStart and manage investigations to diagnose issues with telemetry data
firetiger-planPlan and create new AI agents for automating workflows
firetiger-runRun existing agents by creating sessions and interacting with them

Validation

Run the repository check before publishing changes:

node scripts/validate-template.mjs

Resources

License

MIT