We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mariusei/file-scanner-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.eggs/
# Virtual environments
.venv
# UV
# uv.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
# Temporary files
*.tmp
*.bak
.cache/
# Dev notes and prototypes (keep local, don't commit)
MILESTONE_*.md
*_PROPOSAL.md
*_EVALUATION*.md
*_REPORT.md
CODEMAP_*.md
STYLE_GUIDE.md
debug_*.py
prototype_*.py
/test_*.py
# Note: /test_*.py only ignores root test files, not tests/ directory
.coverage