Skip to main content
Glama
LovRanRan

mcp-repo-mapper

by LovRanRan

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
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
healthD
scan_repoD
find_circular_depsD
language_breakdownD
detect_frameworkD
find_entry_pointsD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.7/5.0

Scored across 6 tools

Disambiguation2/5

All tool names relate to repository analysis, but without descriptions, the overlap is unclear. Tools like scan_repo could encompass others, and health is generic, making it hard for an agent to distinguish precise purposes.

Naming Consistency4/5

Most tools follow a verb_noun snake_case pattern (e.g., language_breakdown, detect_framework). The single exception is 'health', which is just a noun, causing a minor inconsistency.

Tool Count4/5

Six tools is a reasonable count for a repository analysis server. It covers multiple analytical aspects without being overly numerous or too sparse.

Completeness3/5

The tool set covers common analysis tasks like language detection, entry points, circular dependencies, and health. However, it may miss basic repository information such as file listing or size, leaving potential gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues