Skip to main content
Glama
wisdomrock

code-context-gate

by wisdomrock

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODE_CONTEXT_GATE_ROOTNoRoot directory to search within. If not set, falls back to --project-root CLI flag or process.cwd().

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
locateA

Find where a symbol or concept is defined or referenced — returns locations only, no source bodies

readC

Read a symbol or file:start-end range — block-expanded and size-bounded

exploreC

Structural questions: callers, callees, dependencies, impact, architecture overview

searchB

Keyword or regex search — sanctioned replacement for grep, always filtered and gated

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: locate finds definitions/references without source bodies, read retrieves source content, explore answers structural questions like callers/dependencies, and search performs text pattern matching. Descriptions cleanly separate these concerns.

Naming Consistency5/5

All tool names are single, lowercase imperative verbs (locate, read, explore, search), following a consistent and predictable convention. No mixing of styles or ambiguous naming.

Tool Count5/5

Four tools is well-scoped for a code-context gate. Each tool serves a distinct and necessary function in code navigation and understanding, with no obvious redundancy or missing essential operations.

Completeness4/5

The set covers core code context needs: finding symbols (locate), reading code (read), exploring relationships (explore), and searching text (search). A minor gap is the absence of a dedicated tool for listing all symbols in a file or repository overview, though explore may partially address this.

Maintenance

ActivitySlowing
ResponsivenessSyncing