Skip to main content
Glama
.pre-commit-config.yaml831 B
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-toml - id: check-added-large-files args: ['--maxkb=1024'] exclude: '\.(mp4|avi|mov|mkv)$' - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.11.9 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: local hooks: - id: pytest name: pytest entry: uv run pytest language: system types: [python] # Run on changes to Python files pass_filenames: false # Pytest typically runs on the whole suite # stages: [commit] # This is the default, explicitly stating it

Latest Blog Posts

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/hannesill/m4'

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