Skip to main content
Glama
aarontrmartin

cindex

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_codeA

Semantic search over this repo's code and docs. Finds code by meaning (e.g. "where do we refuse a mismatched database"), not just exact text — use it before falling back to grep. Returns JSON: file_path, start/end lines, symbol, score, snippet. Optional path_prefix restricts results to a subtree (e.g. "src/").

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.6/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity between tools. The tool is clearly and uniquely defined.

Naming Consistency5/5

The single tool name 'search_code' follows a clear verb_noun pattern (snake_case), which is consistent within the server.

Tool Count3/5

One tool is on the lower end of appropriateness. While the server's purpose (semantic code search) is narrow, a single tool may feel thin for a typical MCP server; however, it is not extreme.

Completeness4/5

The single tool covers semantic search over code and docs, which appears to be the server's complete purpose. Minor gaps like index management are absent, but not necessarily required based on the description.

Maintenance

ActivityStale
ResponsivenessNo issues