Skip to main content

qyl MCP Server

The qyl MCP server enables AI agents to query and analyze telemetry data via the Model Context Protocol.

Installation

The MCP server is included in the qyl package:

Configuration

Configure your AI tool to use the qyl MCP server:
Add to ~/.config/claude/claude_desktop_config.json:

Authentication

Set QYL_MCP_TOKEN to match the collector’s QYL_TOKEN:
The MCP server sends the token via the x-mcp-api-key header (Aspire-compatible).
If no token is configured, auth is disabled (dev mode). Always set tokens in production.

Available Tools

Trace Tools

Log Tools

GenAI Tools

Storage Tools

Replay Tools

Example Usage

Once configured, AI agents can query your telemetry:

Aspire Parity

The qyl MCP server provides equivalent functionality to Aspire’s MCP tools:

Environment Variables