Skip to main content
Version: v0.9.0a2
Operator

stigmem-node CLI

1 min readOperatorServer CLI

What this page covers

The stigmem-node command starts the Stigmem reference node HTTP server.

Auto-generated from stigmem-node --help. Regenerate with make gen-cli-docs.

Usageโ€‹

stigmem-node [--host HOST] [--port PORT]

Environment Variablesโ€‹

Variable
Default
Description
STIGMEM_HOST
0.0.0.0
Bind address.
STIGMEM_PORT
8765
Listen port.
STIGMEM_DB_PATH
stigmem.db
SQLite database path.
STIGMEM_AUTH_REQUIRED
false
Require API key authentication.
STIGMEM_SOURCE_ATTESTATION_MODE
off
Legacy source-attestation mode field; runtime enforcement is plugin-gated.
STIGMEM_FEDERATION_PULL_INTERVAL
30
Seconds between federation pull cycles.
STIGMEM_EMBED_DIMENSIONS
768
Embedding dimensions (Matryoshka truncation).
STIGMEM_CARD_MAX_AGE_S
86400
Memory card staleness threshold (seconds).