Loading...
uvx logfire-mcp@latest --read-token=YOUR_READ_TOKEN{
"mcpServers": {
"logfire": {
"type": "http",
"url": "https://logfire-us.pydantic.dev/mcp"
}
}
}find_exceptions_in_fileRetrieves details about the most recent exceptions in a specified file.
Read-only operation that retrieves exception data.
arbitrary_queryExecutes an arbitrary SQL query on the Pydantic Logfire database.
Allows arbitrary queries, which could expose sensitive data if not carefully constructed.
logfire_linkCreates a link to view a specific trace in the Logfire UI.
Generates a URL, posing minimal risk.
schema_referenceProvides the database schema for the Logfire DataFusion database.
Read-only access to schema information.
The Logfire MCP server is relatively safe for read-only telemetry data retrieval. Risks are primarily associated with the exposure of the read token and the potential for information leakage through poorly constructed queries. Using the remote MCP server is recommended for enhanced security.