🛠️OpenTools
RegistryDocs
© 2026 OpenTools
StatusGitHubDiscordX (Twitter)Terms

cyanheads-atlas-mcp-server

by Casey Hand
cyanheads

ATLAS is a high-performance Model Context Protocol server for LLMs, providing hierarchical task management, ACID-compliant storage, and intelligent template management for complex task automation.

Created Dec 16, 2024
Node
Apache License 2.0

Tools

Parameters

ParameterDescription
ATLAS_STORAGE_DIR*Directory for storing task data.
ATLAS_STORAGE_NAME*Name of the storage database.
ATLAS_WAL_MODE*Enable Write-Ahead Logging for SQLite.
ATLAS_POOL_SIZE*Connection pool size for database operations.
ATLAS_MAX_MEMORY*Maximum memory allocation in MB.
ATLAS_CACHE_SIZE*Cache size in MB.
ATLAS_BATCH_SIZE*Maximum items per batch operation.
ATLAS_CHECKPOINT_INTERVAL*Checkpoint interval in milliseconds.
ATLAS_VACUUM_INTERVAL*Database vacuum interval in milliseconds.
ATLAS_BACKUP_DIR*Directory for storing backups.
ATLAS_BACKUP_INTERVAL*Backup interval in milliseconds.
ATLAS_BACKUP_RETENTION*Number of backups to retain.
ATLAS_BACKUP_COMPRESSION*Enable backup compression.
ATLAS_LOG_LEVEL*Logging level.
ATLAS_METRICS_INTERVAL*Metrics collection interval in milliseconds.
ATLAS_HEALTH_CHECK_INTERVAL*Health check interval in milliseconds.
NODE_ENV*Node environment mode.
ATLAS_TEMPLATE_DIRS*Additional directories for templates.
ATLAS_MAX_PATH_DEPTH*Maximum depth for task paths.