logfire-mcp
Verified Safeby pydantic
Overview
Enables LLMs to retrieve and analyze application telemetry data (OpenTelemetry traces and metrics) from Pydantic Logfire using SQL queries.
Installation
uvx logfire-mcp@latest --read-token=YOUR_READ_TOKENEnvironment Variables
- LOGFIRE_READ_TOKEN
- LOGFIRE_BASE_URL
Security Notes
The server provides an `arbitrary_query` tool that directly executes SQL, which is powerful and could be misused if an LLM client is not properly constrained. The `find_exceptions_in_file` tool uses f-strings for SQL query construction, which can be a SQL injection risk if `filepath` were to contain untrusted input.
Similar Servers
mcpcat-typescript-sdk
MCPcat is an analytics platform designed for MCP server owners to capture user intentions and behavior patterns, offering session replay, trace debugging, and integration with existing observability tools.
opentelemetry-mcp-server
Connects AI assistants to OpenTelemetry trace backends for analyzing LLM traces with AI assistance.
mcp-server-datahub
The DataHub MCP Server enables AI agents to discover, explore lineage, understand usage, and generate SQL queries for data assets within a DataHub ecosystem.
Web-Algebra
Translates natural language instructions into RDF operations for loading, querying, and writing Linked Data, consumable via executable JSON or as MCP tools for AI agents.