Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5
.pre-commit-config.yaml1.11 kB
repos: # Ruff - Python linter and formatter (replaces multiple tools) - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.5.5 hooks: - id: ruff args: [--fix] types_or: [python, pyi] exclude: > (?x)^( \.venv/ |build/ |dist/ |node_modules/ |__pycache__/ |\.git/ |\.mypy_cache/ ) verbose: true # Black - Python code formatter - repo: https://github.com/psf/black rev: 23.12.1 hooks: - id: black language_version: python3 args: [--line-length=88] exclude: > (?x)^( \.venv/ |build/ |dist/ |node_modules/ |__pycache__/ |\.git/ ) # Basic file utilities - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - id: trailing-whitespace exclude: \.ya?ml$ - id: end-of-file-fixer exclude: \.ya?ml$ - id: check-added-large-files args: [--maxkb=5000]

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/abhiphile/fermat-mcp'

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