Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CE_METRICS | No | Enable in-process metrics collection (Prometheus format) | false |
| AUGMENT_API_URL | No | Auggie API URL | https://api.augmentcode.com |
| CE_HTTP_METRICS | No | Expose GET /metrics when running with --http | false |
| REACTIVE_ENABLED | No | Enable reactive review features | false |
| AUGMENT_API_TOKEN | Yes | Auggie API token (obtained via 'auggie login' or from the dashboard) | |
| CE_TSC_INCREMENTAL | No | Enable incremental tsc runs for static analysis | true |
| CE_INDEX_STATE_STORE | No | Persist per-file index hashes to .augment-index-state.json | false |
| CE_SEMGREP_MAX_FILES | No | Max files per semgrep invocation before chunking | 100 |
| CE_TSC_BUILDINFO_DIR | No | Directory to store tsbuildinfo cache (defaults to OS temp) | |
| CE_HASH_NORMALIZE_EOL | No | Normalize CRLF/LF when hashing (recommended with state store across Windows/Linux) | false |
| REACTIVE_PARALLEL_EXEC | No | Enable concurrent worker execution | false |
| CE_HTTP_PLAN_TIMEOUT_MS | No | HTTP POST /api/v1/plan request timeout in milliseconds | 360000 |
| CE_AI_REQUEST_TIMEOUT_MS | No | Default timeout for AI calls (searchAndAsk) in milliseconds | 120000 |
| REACTIVE_ENABLE_BATCHING | No | Enable request batching (Phase 3) | false |
| REACTIVE_OPTIMIZE_WORKERS | No | Enable CPU-aware worker optimization (Phase 4) | false |
| CE_SKIP_UNCHANGED_INDEXING | No | Skip re-indexing unchanged files (requires CE_INDEX_STATE_STORE=true) | false |
| CE_SEARCH_AND_ASK_QUEUE_MAX | No | Max queued searchAndAsk requests before rejecting (0 = unlimited) | 50 |
| CONTEXT_ENGINE_OFFLINE_ONLY | No | Enforce offline-only policy. When enabled, the server will fail to start if a remote API URL is configured. | false |
| CE_PLAN_AI_REQUEST_TIMEOUT_MS | No | Timeout for planning AI calls in milliseconds (create_plan, refine_plan, step execution) | 300000 |
| REACTIVE_USE_AI_AGENT_EXECUTOR | No | Use local AI agent for reviews (Phase 1) | false |
| REACTIVE_ENABLE_MULTILAYER_CACHE | No | Enable 3-layer caching (Phase 2) | false |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |