pydantic/logfire-mcp
Provides access to OpenTelemetry traces and metrics through Logfire
Quick Start
Clone the repository:
git clone https://github.com/pydantic/logfire-mcpClaude Desktop configuration example:
{
"mcpServers": {
"logfire-mcp": {
"command": "npx",
"args": [
"-y",
"pydantic/logfire-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.