We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Platano78/faulkner-db'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Priority Scanner Configuration
# For high-priority knowledge sources (agents, templates, memories)
#
# Path Configuration:
# - Use "auto" for automatic detection
# - Paths starting with ~ will be expanded to user home
project_paths:
- ~/.claude/agents
- ~/.claude/plans
excluded_patterns:
- venv
- __pycache__
- .git
- node_modules
- ".*"
- dist
- build
file_age_filter_days: null
max_workers: 6
deduplication:
enabled: true
mode: smart
similarity_threshold: 0.85