Skip to main content
Glama
DocNR

Repository Analyzer MCP Server

by DocNR

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEFAULT_REPO_PATHNoDefault path to the repository to analyze. If not set, uses current working directory.

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

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze-codeD
search-codeD
git-historyD
analyze-repoD
analyze-ndkD
analyze-nostr-protocolD
analyze-ndk-filesD
debug-pathD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
file
directory

TDQS

D1.5/5.0

Scored across 8 tools

Disambiguation2/5

Multiple tools share the 'analyze-' prefix with no descriptions, making it impossible for an agent to distinguish between targets like code, ndk, repo, etc. Some tools like debug-path and git-history have unique names but lack descriptions, still causing ambiguity.

Naming Consistency2/5

The naming convention is mixed: most tools use 'analyze-<subject>' but three diverge with different verbs (debug, git, search). This inconsistency disrupts predictability.

Tool Count4/5

With 8 tools, the count is reasonable for a repository analysis server. It covers several analysis facets without being overwhelming.

Completeness2/5

The tool surface appears focused on analysis but lacks operations for managing results, listing analyses, or performing updates. Without descriptions, it's unclear if core workflows are supported.

Maintenance

ActivityInactive
ResponsivenessNo issues