We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/safedep/vet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pre-push:
parallel: true
commands:
test:
run: go test -v ./...
pre-commit:
parallel: true
commands:
linter:
run: golangci-lint run -n
secrets-scanning:
files: git diff --name-only --diff-filter=d --staged
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lefthook.yml
run: 'if command -v gitleaks > /dev/null 2>&1; then gitleaks protect --no-banner --staged --redact --verbose; else echo "WARNING: gitleaks is not installed. Please install it. See https://github.com/gitleaks/gitleaks#installing"; fi'