Skip to main content
Glama
.pre-commit-config.yaml887 B
default_language_version: python: python repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: check-yaml args: [--unsafe] exclude: ^mkdocs\.yml$ - id: end-of-file-fixer - id: trailing-whitespace exclude: ^docs/ - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.4.4 hooks: - id: ruff args: [ --fix, --extend-select=I001 ] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.10.0 hooks: - id: mypy args: ["--config-file=pyproject.toml"] additional_dependencies: - types-requests>=2.32.4.20250913 - types-aiofiles>=25.1.0.20251011 - repo: local hooks: - id: uv-lock-check name: Check uv.lock is up to date entry: uv lock --check language: system files: pyproject.toml pass_filenames: false

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/gradion-ai/ipybox'

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