We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnelamont/mcp-screencatch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
# Build output
build/
dist/
*.js
*.js.map
*.d.ts
*.d.ts.map
# Test data
capture_2025*.png
capture_2025*.json
# Keep TypeScript source
!src/**/*.ts
# Environment variables
.env
.env.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
desktop.ini
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Captured screenshots (you may want to keep these out of git)
captures/
*.png
!docs/**/*.png
# Package manager locks (optional - uncomment if needed)
# package-lock.json
# yarn.lock