Skip to content

Cortex Lite

First-party addon shipped with arka-deck. Local sidecar runtime, explicitly managed by arka-deck. Current registry is static / first-party; no active third-party marketplace.

FieldValue
Manifestaddons/cortex-lite/manifest.json
RuntimeLocal Docker Compose sidecar
Maturitystable (production mode)

Cortex Lite provides a local project Cortex to materialize ArkaDoc documents, memory, project context and agent MCP tools — without depending on a remote Cortex during local execution.

SurfaceDetail
Declared HTTP APIshealth, projects, artifacts, memory, atoms
MCP toolscortex_project_context, cortex_memory_read, cortex_memory_write, cortex_artifact_create, cortex_atom_search
SidecarDedicated Docker Compose orchestration for Cortex Lite
arka-deck proxy/api/cortex-lite/* routes on the Fastify server

Runtime endpoints accept loopback by default and HTTPS hosts *.arkalabs.app. Any arbitrary external host remains refused unless an explicit unsafe development flag is set (see ADR 0006).

Cortex Lite remains a dedicated local runtime. It does not replace a server-side dedicated Cortex — it is a local materialization intended for agent execution on a workstation.