We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyanheads/filesystem-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git files
.git
.gitignore
# Node modules (installed within Docker)
node_modules
# Build output (created within Docker)
dist
# Logs
logs
*.log
# OS generated files
.DS_Store
Thumbs.db
# Environment files (should be injected, not built-in)
.env*
!/.env.example
# Editor/IDE config
.vscode/
.idea/
# Backups
backups/