Skip to main content
Glama
mrfentmen

artifact-gauge-mcp

by mrfentmen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ARTIFACT_GAUGE_ROOTNoRoot boundary for scanning local paths. If set, restricts artifact inspection to this 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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
inspect_artifactsA

Inspect local artifact sizes, extension totals, largest files, and dependency manifest names without returning file contents.

inspect_manifestA

Inspect bounded metadata for one recognized local dependency manifest without returning its contents or versions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation4/5

Both tools involve inspection, but inspect_artifacts provides a broad overview of artifact sizes and extensions, while inspect_manifest targets a single dependency manifest. The scope difference is clear, though the shared 'inspect' prefix could cause minor confusion.

Naming Consistency5/5

Both tools use a consistent verb_noun pattern (inspect_artifacts, inspect_manifest), making their purposes predictable and the naming style uniform.

Tool Count3/5

With only two tools, the server feels minimal and borderline for a meaningful tool set. However, the two tools cover different granularities, making the count somewhat reasonable for a focused inspection-only purpose.

Completeness4/5

The tools cover the main inspection needs: a high-level artifact overview and detailed single-manifest metadata. There may be gaps like per-file detail inspection, but within the stated non-invasive inspection scope, the surface is fairly complete.

Maintenance

ActivitySlowing
ResponsivenessNo issues