We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scmcphub/cellrank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
fail_fast: true
repos:
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.23
hooks:
- id: validate-pyproject
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
types_or: [yaml, json5]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.12.1
hooks:
# Run the linter.
- id: ruff-check
args: [--fix]
# Run the formatter.
- id: ruff-format
# - repo: https://github.com/northisup/pyright-pretty
# rev: v0.1.0
# hooks:
# - id: pyright-pretty
# files: ^src/|^tests/