Back to MCP Servers

Logfire

Provides access to OpenTelemetry traces and metrics through Logfire

monitoring
By pydantic
16227Updated 3 months agoPythonMIT

Installation

npx -y logfire-mcp

Configuration

{
  "mcpServers": {
    "logfire-mcp": {
      "command": "npx",
      "args": ["-y", "logfire-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes

Pydantic Logfire MCP Server

[!IMPORTANT] This repository is archived. The STDIO MCP server in this package is no longer being updated. We now have a remote MCP server, which allows us to iterate faster on tools and provide a better experience.

Read more in our documentation.

If you have any questions, reach out to us on Slack or email us at engineering@pydantic.dev.

View source on GitHub