# Auto-Snap MCP Development Configuration
# Environment variables for development and testing
# Output Directory Configuration (user directories for dev)
AUTO_SNAP_OUTPUT_DIR="$HOME/auto-snap-dev-captures"
AUTO_SNAP_TEMP_DIR="/tmp/auto-snap-dev-temp"
# Development features
AUTO_SNAP_USE_DATE_SUBDIRS=false
AUTO_SNAP_USE_SESSION_SUBDIRS=true
# File Naming Configuration (with timestamps for easy tracking)
AUTO_SNAP_FILE_NAME_TEMPLATE="dev_{page:03d}"
AUTO_SNAP_INCLUDE_TIMESTAMP=true
AUTO_SNAP_TIMESTAMP_FORMAT=unix
AUTO_SNAP_CUSTOM_TIMESTAMP="%Y%m%d_%H%M%S"
# Output Format Configuration
AUTO_SNAP_IMAGE_FORMAT=png
AUTO_SNAP_IMAGE_QUALITY=85 # Lower quality for faster development
AUTO_SNAP_PDF_COMPRESSION=true
# Session Management
AUTO_SNAP_SESSION_ID="dev_session"
AUTO_SNAP_PROJECT_NAME="development"
# Cleanup Configuration (more aggressive cleanup in dev)
AUTO_SNAP_AUTO_CLEANUP_TEMP=true
AUTO_SNAP_TEMP_RETENTION_HOURS=6
AUTO_SNAP_MAX_TEMP_FILES=100
# Use full feature set in development
AUTO_SNAP_LEGACY_MODE=false
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PovedaAqui/auto-snap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server