Tarsy-bot is a Site Reliability Engineering agent that automatically processes alerts through sequential agent chains and retrieves runbooks using the Model Context Protocol.
The tool addresses the challenge of manual alert triage and incident response by automating the analysis of incoming alerts. It uses agent chains to sequentially process alerts, retrieves relevant runbooks, and leverages MCP servers to gather system information for multi-stage incident analysis. This approach reduces the manual work required from SRE teams when responding to alerts.
The project is now deprecated, with all further development having moved to a new Go and Python hybrid rewrite. Developers should not adopt this Python-based implementation for new deployments and should instead use the successor repository, which offers better performance, type safety, and scalability through a Go orchestrator paired with a stateless Python LLM service.
The project is no longer actively developed, as indicated by the deprecation notice in the README directing users to the new implementation.