We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielsogl/lighthouse-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Build outputs
dist/
build/
# Dependencies
node_modules/
# Environment variables
.env
.env.local
.env.production
# Coverage reports
coverage/
.nyc_output/
# Test artifacts
**/*.test.js
**/*.test.js.map
test-results.junit.xml
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Temporary files
.tmp/
.temp/
# Semantic release
.semantic-release-cache/