We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nfsarch33/pdf-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitleaks.toml•489 B
[extend]
# Start from gitleaks defaults and add small repo-specific allowlists.
[allowlist]
description = "Allowlist common false positives"
paths = [
# Academic/personal file is ignored; keep it out of scanning noise.
"cursor-memory-complete-setup-guide.md",
]
# Allowlisted patterns (avoid false positives on docs describing env var names)
regexes = [
# Mentioning env var names in docs/templates is OK
"OPENAI_API_KEY",
"GITHUB_TOKEN",
"GITHUB_PERSONAL_ACCESS_TOKEN",
]