Skip to content

Deepsight把系统现场接入 LLM

eBPF Probe、gRPC Gateway 与 MCP Interface 组成的 AI 原生可观测性底座

面向运行时诊断的入口站点

Deepsight 不是传统的监控面板,而是一条把系统现场组织成 LLM 可消费上下文的运行链路。官网的目标不是展示概念,而是让你尽快进入部署、接入和架构阅读。

$ sudo ./install.sh --preset single-node-demo
$ deepsight-init-client claude-code --scope project --mcp-url http://127.0.0.1:50052
$ claude
Deepsight MCP connected
Resources: health, metrics, events, tasks
Tools: trace_network_drops, trace_slow_io, profile_on_cpu
transportgRPC / Streamable HTTP
runtimeProbe / Server / MCP
tasksticketed diagnostics
surfaceresources / tools / prompts

核心链路

Probe

Edge Capture

eBPF 采集、限流熔断、符号翻译、字典压缩

Server

Gateway Memory

PushTelemetry 接入、冷热缓存、任务调度、查询投影

MCP

LLM Interface

Resources、Tools、Prompts,把系统现场交给模型

选择路径

用户指南

安装、部署、运行配置、单机演示和 Claude Code 接入。

开发指南

环境搭建、源码构建、协议契约、测试框架和发布流程。

架构设计

数据流、Server 分层、MCP Layer、模块设计与 RPC 契约。

从哪里继续

Apache 2.0 Licensed