lazy-intel
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DO_NOT_TRACK | No | Disables tracking/telemetry when set to 1. | 1 |
| LAZY_INTEL_ROOT | No | Pins the bootstrap root. Defaults to the process current working directory. | |
| LAZY_INTEL_ZG_BIN | No | Overrides zvec-grep binary resolution. | |
| LAZY_INTEL_EMBEDDING | No | Overrides the inherited zvec model for new indexes. | |
| LAZY_INTEL_ZVEC_MODE | No | Zvec transport mode. Valid values: direct, server, auto. | auto |
| LAZY_INTEL_AUTO_INDEX | No | Whether to automatically start index bootstrap at MCP startup. Set to false to disable. | true |
| LAZY_INTEL_SERENA_BIN | No | Overrides serena-agent binary resolution. | |
| LAZY_INTEL_TIMEOUT_MS | No | General timeout in milliseconds for MCP tool calls. | 30000 |
| LAZY_INTEL_AUTO_REPAIR | No | Whether repeated index failures automatically escalate to a rebuild. | true |
| SERENA_USAGE_REPORTING | No | Whether Serena usage reporting is enabled. Set to false to disable. | false |
| LAZY_INTEL_MAX_STALE_MS | No | Maximum time in milliseconds before periodic fallback sync occurs when the recursive watcher cannot attach. | 60000 |
| LAZY_INTEL_CODEGRAPH_BIN | No | Overrides codegraph binary resolution. | |
| LAZY_INTEL_MAINTENANCE_MS | No | Interval in milliseconds for the dirty-only maintenance tick. 0 disables it. | 5000 |
| LAZY_INTEL_SERENA_CONTEXT | No | Serena 1.7 context name. Valid values include agent, ide, and codex. | agent |
| LAZY_INTEL_INDEX_TIMEOUT_MS | No | Timeout in milliseconds for index operations. | 600000 |
| LAZY_INTEL_PROBE_TIMEOUT_MS | No | Bounds 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
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.
A single tool name cannot exhibit inconsistency. 'code_intel' is a clear, descriptive name that does not conflict with any other naming pattern.
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.
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.