We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/topoteretes/cognee'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# .gitguardian.yml
version: v1
secret-scan:
# Ignore specific files
excluded-paths:
- '.env.template'
- '.github/workflows/*.yml'
- 'examples/**'
- 'tests/**'
# Ignore specific patterns
excluded-detectors:
- 'Generic Password'
- 'Generic High Entropy Secret'
# Ignore by commit (if needed)
excluded-commits:
- '782bbb4'
- 'f857e07'
# Custom rules for template files
paths-ignore:
- path: '.env.template'
comment: 'Template file with placeholder values'
- path: '.github/workflows/search_db_tests.yml'
comment: 'Test workflow with test credentials'
- path: 'docker-compose.yml'
comment: 'Development docker compose with test credentials (neo4j/pleaseletmein, postgres cognee/cognee)'
- path: 'deployment/helm/docker-compose-helm.yml'
comment: 'Helm deployment docker compose with test postgres credentials (cognee/cognee)'