Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LIGHTWORKER_HOMENoThe directory where LightWorker stores its SQLite database, worktrees, and state. Defaults to the platform-specific state directory (e.g., %LOCALAPPDATA%\LightWorker on Windows or ${XDG_STATE_HOME:-$HOME/.local/state}/lightworker on macOS/Linux).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
orchestrateC

Queue a bounded Lead Codex planning run. It creates a dependency-aware task graph and automatically dispatches allowed child tasks.

delegate_taskA

Queue one bounded worker task. Explore/review are read-only; execute uses an isolated git worktree and may require approval.

delegate_batchB

Queue up to the configured limit of already-decomposed worker tasks.

get_taskB

Get one task, its dependencies, and structured result when available.

get_task_treeB

List every task belonging to an orchestration root.

list_tasksA

List recent tasks, optionally filtered by status.

wait_tasksA

Wait up to 55 seconds for tasks to reach a terminal or approval state.

get_eventsA

Read append-only task events after an event cursor.

get_cache_metricsA

Return materialized cold/warm cache telemetry and target status without scanning event JSON.

approve_taskA

Release one task that is awaiting approval into the execution queue.

cancel_taskA

Cancel a queued or active task and terminate its worker process tree.

retry_fallbackA

Clone a failed read-only task onto its configured fallback gateway. Never falls back automatically.

escalate_taskA

Create one budgeted read-only retry using a deeper worker profile. The original task remains unchanged.

doctorA

Check local Codex, proxy ports, state paths, model allowlist, and concurrency.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ncepuee/LightWorker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server