We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thenvoi/thenvoi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.2
hooks:
- id: gitleaks
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0
hooks:
- id: commitizen
stages: [commit-msg]
- repo: local
hooks:
- id: ruff-check
name: ruff check
entry: uv run ruff check
language: system
types: [python]
pass_filenames: false
- id: ruff-format
name: ruff format
entry: uv run ruff format --diff
language: system
types: [python]
pass_filenames: false
- id: pyrefly
name: pyrefly
entry: uv run --extra examples pyrefly check
language: system
types: [python]
pass_filenames: false