BeClaude

firetiger

18.2kCommunity RegistryGeneralby Anthropic

Claude Code plugin for Firetiger observability workflows and MCP-powered investigations.

First seen 4/17/2026

Summary

Firetiger integrates Claude Code with Firetiger's observability platform, enabling developers to investigate incidents, analyze logs, and trace requests using MCP-powered workflows directly from the terminal.

  • This skill streamlines debugging by providing real-time access to Firetiger's monitoring data without leaving your coding environment.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/firetiger.md

3
Invoke with @agent-name
@firetiger

Use Cases

Investigate a production incident by querying Firetiger for recent error logs and traces related to a specific service.
Analyze a slow API endpoint by fetching its latency distribution and correlated logs from Firetiger.
Correlate a user-reported issue with backend metrics and logs using Firetiger's MCP interface.
Automate the creation of a Firetiger dashboard for a new microservice deployment.
Triage alerts by pulling Firetiger's alert history and associated telemetry for a given time window.
Trace a request across multiple services by querying Firetiger's distributed tracing data.

Usage Examples

1

/firetiger investigate error_rate spike for service 'checkout' in last 30 minutes

2

Show me the top 5 slowest traces from Firetiger for the 'payment' service today

3

/firetiger query logs for 'user_id=12345' between 14:00 and 14:30 UTC

View source on GitHub
mcpplugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is firetiger?

Firetiger integrates Claude Code with Firetiger's observability platform, enabling developers to investigate incidents, analyze logs, and trace requests using MCP-powered workflows directly from the terminal. This skill streamlines debugging by providing real-time access to Firetiger's monitoring data without leaving your coding environment.

How to install firetiger?

To install firetiger: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/firetiger.md. Finally, @firetiger in Claude Code.

What is firetiger best for?

firetiger is a agent categorized under General. It is designed for: mcp, plugin. Created by Anthropic.

What can I use firetiger for?

firetiger is useful for: Investigate a production incident by querying Firetiger for recent error logs and traces related to a specific service.; Analyze a slow API endpoint by fetching its latency distribution and correlated logs from Firetiger.; Correlate a user-reported issue with backend metrics and logs using Firetiger's MCP interface.; Automate the creation of a Firetiger dashboard for a new microservice deployment.; Triage alerts by pulling Firetiger's alert history and associated telemetry for a given time window.; Trace a request across multiple services by querying Firetiger's distributed tracing data..