Skip to main content
Glama

Logfire MCP Server

Official
.pre-commit-config.yaml1.29 kB
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: - id: no-commit-to-branch # prevent direct commits to the `main` branch - id: check-yaml - id: check-toml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/sirosen/texthooks rev: 0.6.8 hooks: - id: fix-smartquotes exclude: "cassettes/" - id: fix-spaces exclude: "cassettes/" - id: fix-ligatures exclude: "cassettes/" - repo: https://github.com/codespell-project/codespell # Configuration for codespell is in pyproject.toml rev: v2.3.0 hooks: - id: codespell args: ["--skip", "tests/cassettes/*"] additional_dependencies: - tomli - repo: local hooks: - id: format name: Format entry: make args: [format] language: system types: [python] pass_filenames: false - id: lint name: Lint entry: make args: [lint] types: [python] language: system pass_filenames: false - id: typecheck name: Typecheck entry: make args: [typecheck] language: system types: [python] pass_filenames: false

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pydantic/logfire-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server