Skip to main content
Glama
pre-commit413 B
# Check for secrets using gitleaks if command -v gitleaks &> /dev/null; then gitleaks git --staged --verbose if [ $? -ne 0 ]; then echo "" echo "❌ Secrets detected! Commit blocked." echo "Please remove the secrets before committing." exit 1 fi else echo "⚠️ gitleaks not installed. Skipping secret scan." echo " Install with: brew install gitleaks" fi

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/mfuechec/SkyFiMCP'

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