Superlog
Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents.
Open source Repository Open in the app JSON README (API)
About
Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents.
Details
- Kind
- MCP servers
- Topic
- Cloud & DevOps
- Publisher
- sh.superlog
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.0
- Stars
- 1,445
- Forks
- 114
- Open pull requests
- 71
- Last push
- 2026-09-10T15:52:32Z
- Repository state
- ativo
- Language
- TypeScript
- License
- Apache-2.0
- Added
- 2026-08-29 04:01:54
- Updated
- 2026-08-29 04:01:54
- Origin id
sh.superlog/superlog
README
<a href="https://superlog.sh"> <img width="1200" height="675" alt="Twitter post - 2" src="https://github.com/user-attachments/assets/c6ac3418-8e2f-4f8b-b25c-d75b3a094036" /> </a> <div align="center" style="margin:24px 0;"> <br /> [](https://github.com/superloglabs/superlog/commits/main) [](https://github.com/superloglabs/superlog/graphs/commit-activity) [](https://mcptoplist.com/server/sh.superlog%2Fsuperlog) [](./LICENSE.md) <br> [](https://discord.gg/wJ56aRh8hx) <a href="https://www.ycombinator.com"><img src="https://img.shields.io/badge/Y%20Combinator-P26-orange" alt="Y Combinator P26"></a> [](https://twitter.com/intent/follow?screen_name=superlogYC) </div> <p align="center"> <a href="https://superlog.sh">Website</a> · <a href="https://github.com/superloglabs/superlog">Code</a> · <a href="https://github.com/superloglabs/skills">Skills</a> · <a href="https://github.com/superloglabs/otel-helpers">Helpers</a> · <a href="https://discord.gg/wJ56aRh8hx">Discord</a> </p> ## About [Superlog](https://superlog.sh) is an open-source agentic telemetry system. It ingests traces, logs, and metrics, groups noisy signals into incidents, and watches your infra while you sleep. ## Installation You can install Superlog in your project by using our [skills](https://superlog.sh) in your favourite coding agent: ``` Run npx skills add superloglabs/skills --all and use the skills to install Superlog in this project ``` ## What is Superlog? Superlog is an open-core observability workspace for OpenTelemetry data. It ingests traces, logs, and metrics, groups noisy signals into incidents, and gives teams a local-first product surface for debugging production systems. This repository contains the fully open-source, free community edition: - Web app and API - OTLP ingest proxy - Worker processes for incident grouping and background jobs - Postgres schema and ClickHouse-backed telemetry queries - Agent runner interfaces for pluggable investigation runtimes - A default `community` agent runner that records a local incident summary We also provide a hosted Superlog Cloud edition with a free tier, a pay-to-go plan and monthly credit packs. ## Quick Start Prerequisites: - Node.js 20+ - pnpm 9+ - Docker Install dependencies: ```bash pnpm install ``` Start the local stack: ```bash docker compose up -d pnpm --filter @superlog/db db:migrate pnpm dev ``` The default local services are: - Web: `http://localhost:5173` - API: `http://localhost:4100` - OTLP intake: `http://localhost:4101` ## Development Run typechecks: ```bash pnpm typecheck ``` ## Repository Layout - `apps/web` - Vite/React frontend - `apps/api` - HTTP API - `apps/proxy` - OTLP intake proxy - `apps/worker` - background workers and agent orchestration - `packages/db` - Drizzle schema and migrations - `packages/fingerprint` - telemetry fingerprinting helpers ## License Superlog is licensed under the [Apache License 2.0](./LICENSE.md).