The official Cursor plugin for Firetiger. Firetiger agents monitor, investigate, catalog issues, and apply runbooks autonomously while Cursor helps you build and debug code.
This repository publishes a single plugin:
.cursor-plugin/plugin.json: plugin manifest.cursor-plugin/marketplace.json: marketplace manifest pointing at the root pluginskills/: Firetiger skills exposed to Cursormcp.json: Firetiger MCP server configurationassets/firetiger.svg: plugin logo
Connect to Firetiger's API for querying telemetry data, managing investigations, and interacting with AI agents directly from Cursor.
| Skill | Description |
|---|---|
firetiger |
Router skill - directs tasks to the appropriate specialized skill |
firetiger-instrument |
OpenTelemetry instrumentation for Node.js, Python, Go, and Rust applications |
firetiger-query |
SQL queries against Firetiger's data warehouse via MCP |
firetiger-investigate |
Start and manage investigations to diagnose issues with telemetry data |
firetiger-plan |
Plan and create new AI agents for automating workflows |
firetiger-run |
Run existing agents by creating sessions and interacting with them |
Run the repository check before publishing changes:
node scripts/validate-template.mjsMIT