streamable-httpApache-2.0updated 8d ago
Superlog 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.
Superlog 能做什么?
About
Superlog 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 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
communityagent 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:
pnpm install
Start the local stack:
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:
pnpm typecheck
Repository Layout
apps/web- Vite/React frontendapps/api- HTTP APIapps/proxy- OTLP intake proxyapps/worker- background workers and agent orchestrationpackages/db- Drizzle schema and migrationspackages/fingerprint- telemetry fingerprinting helpers
License
Superlog is licensed under the Apache License 2.0.
安装
把 Superlog 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http superlog https://api.superlog.sh/mcpcodex mcp add superlog --url https://api.superlog.sh/mcp{
"mcpServers": {
"superlog": {
"url": "https://api.superlog.sh/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"superlog": {
"type": "http",
"url": "https://api.superlog.sh/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"superlog": {
"url": "https://api.superlog.sh/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"superlog": {
"serverUrl": "https://api.superlog.sh/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档13/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月21日 |