Documentation
¶
Overview ¶
Command atlas is the single-binary Atlas server: one self-contained process that embeds the engine, exposes an HTTP API, and serves the web UI. See ADR-0011 and Milestone S in ROADMAP.md.
go run ./cmd/atlas serve --addr :8080 --data-dir ./atlas-data
It also hosts the Model Context Protocol adapter, which lets an AI agent drive a running Atlas server (ADR-0016):
go run ./cmd/atlas mcp --server http://localhost:8080
Click to show internal directories.
Click to hide internal directories.