Skip to main content
Glama
steve-8000
by steve-8000

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DO_NOT_TRACKNoDisables tracking/telemetry when set to 1.1
LAZY_INTEL_ROOTNoPins the bootstrap root. Defaults to the process current working directory.
LAZY_INTEL_ZG_BINNoOverrides zvec-grep binary resolution.
LAZY_INTEL_EMBEDDINGNoOverrides the inherited zvec model for new indexes.
LAZY_INTEL_ZVEC_MODENoZvec transport mode. Valid values: direct, server, auto.auto
LAZY_INTEL_AUTO_INDEXNoWhether to automatically start index bootstrap at MCP startup. Set to false to disable.true
LAZY_INTEL_SERENA_BINNoOverrides serena-agent binary resolution.
LAZY_INTEL_TIMEOUT_MSNoGeneral timeout in milliseconds for MCP tool calls.30000
LAZY_INTEL_AUTO_REPAIRNoWhether repeated index failures automatically escalate to a rebuild.true
SERENA_USAGE_REPORTINGNoWhether Serena usage reporting is enabled. Set to false to disable.false
LAZY_INTEL_MAX_STALE_MSNoMaximum time in milliseconds before periodic fallback sync occurs when the recursive watcher cannot attach.60000
LAZY_INTEL_CODEGRAPH_BINNoOverrides codegraph binary resolution.
LAZY_INTEL_MAINTENANCE_MSNoInterval in milliseconds for the dirty-only maintenance tick. 0 disables it.5000
LAZY_INTEL_SERENA_CONTEXTNoSerena 1.7 context name. Valid values include agent, ide, and codex.agent
LAZY_INTEL_INDEX_TIMEOUT_MSNoTimeout in milliseconds for index operations.600000
LAZY_INTEL_PROBE_TIMEOUT_MSNoBounds readiness probes in milliseconds.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
code_intelA

Unified autonomous local code intelligence and index control plane for OMP. Routes to zvec-grep for semantic workspace retrieval, CodeGraph for architecture/call-flow/impact, and Serena/LSP for exact symbol semantics. It automatically creates, watches, synchronizes, and repairs derived indexes; no user index maintenance is required. The same tool lets the agent inspect/sync/reindex/repair indexes when explicit control is useful. Sharpshooter remains the durable memory owner. OMP native source/edit/build/tests remain correctness truth. Prefer explicit operation when known. auto uses deterministic routing and fans out to at most two intelligence backends.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusing it with others. The tool's description clearly defines its role as a unified code intelligence and index control plane.

Naming Consistency5/5

A single tool name cannot exhibit inconsistency. 'code_intel' is a clear, descriptive name that does not conflict with any other naming pattern.

Tool Count3/5

One tool feels thin for the broad scope described, which includes retrieval, architecture analysis, symbol semantics, and index management. However, the tool is explicitly a unified control plane, so the single-entry design may be intentional.

Completeness4/5

The tool covers semantic retrieval, architecture/call-flow/impact, symbol semantics, and index maintenance, which appears fairly comprehensive for its stated purpose. Minor gaps might exist around explicit user-facing query operations, but the surface seems largely complete.

Maintenance

ActivityMaintained
ResponsivenessNo issues