Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013
.gitleaks.toml1.23 kB
# Gitleaks configuration for MCP ADR Analysis Server title = "gitleaks config for MCP ADR Analysis Server" # Extend default config [extend] useDefault = true # Custom rules for additional secret detection [[rules]] id = "twilio-sid" description = "Twilio Account SID" regex = '''AC[0-9a-fA-F]{32}''' tags = ["key", "twilio"] [[rules]] id = "stripe-key" description = "Stripe API key" regex = '''sk_live_[0-9a-zA-Z]{24,}''' tags = ["key", "stripe"] [[rules]] id = "openrouter-key" description = "OpenRouter API key" regex = '''sk-or-v1-[0-9a-f]{64}''' tags = ["key", "openrouter"] # Allowlist for test files and safe patterns [allowlist] description = "Global allowlist for safe patterns" paths = [ '''tests/.*\.test\.ts''', '''tests/.*\.spec\.ts''', '''README\.md''', '''.*\.md''', '''package\.json''', '''package-lock\.json''', '''\.gitleaks\.toml''', '''\.npm-cache/.*''', ] regexes = [ '''ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx''', # Placeholder Twilio SID '''sk_test_.*''', # Stripe test keys '''eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9\..*''', # Common test JWT '''test.*secret''', '''example.*key''', '''fake.*token''', '''placeholder.*''', '''xxxxxxxxxx.*''', ]

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/tosin2013/mcp-adr-analysis-server'

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