Skip to main content
Glama
fl0w1nd

repomap-mcp

by fl0w1nd

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

Tools

Functions exposed to the LLM to take actions

NameDescription
repo_mapA

Generate a ranked repository map of code definitions via PageRank over cross-file reference graphs. Useful for understanding codebase structure, discovering entry points, or finding code related to specific files or identifiers.

search_identifiersA

Search for code identifiers (functions, classes, variables) across the repository via Tree-sitter AST analysis. Returns matching definitions and references with code context.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: repo_map provides a high-level structural overview via PageRank, while search_identifiers finds specific code symbols. There is no overlap in functionality, so an agent can easily choose the right one.

Naming Consistency5/5

Both tool names use a consistent verb_noun pattern (repo_map, search_identifiers) with clear verbs describing the action and nouns describing the target. The naming is predictable and descriptive.

Tool Count3/5

With only two tools, the server feels thin but not inadequate given its focused purpose on codebase mapping and identifier search. The scope is narrow enough that two tools may suffice, though additional tools like file listing or definition retrieval could be expected.

Completeness3/5

The server covers two core needs (structural overview and symbol search), but is missing common operations like viewing file contents, getting code definitions at a point, or listing references for a symbol. An agent may hit dead ends if it needs more detailed code navigation beyond identifiers.

Maintenance

ActivityNo data
ResponsivenessUnresponsive