atlas-mcp-server

by cyanheads
Verified
# Neo4j Configuration NEO4J_URI=bolt://localhost:7687 NEO4J_USER=neo4j NEO4J_PASSWORD=password2 # Application Configuration LOG_LEVEL=info # debug, info, warn, error NODE_ENV=development # development, production # Database Backup Configuration BACKUP_ENABLED=true # Enable automatic backups (true/false) BACKUP_SCHEDULE=0 */6 * * * # Cron schedule for backups (default: every 6 hours) BACKUP_MAX_COUNT=10 # Maximum number of backup files to keep BACKUP_ON_START=false # Whether to run a backup when the server starts # ATLAS Skills Configuration # Git skill configuration GIT_USERNAME=your-github-username GIT_EMAIL=your-github-email # Other skill customizations SKILL_ENABLE_ADVANCED_FEATURES=true ATLAS_CODING_STANDARDS_PATH=/path/to/coding-standards.md // I've included a sample coding standards file in the root of the repo for reference skills/coding-standards.md