Back to Browse

Artifact Gauge MCP Server

Developer ToolsLow Risk9.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Local build artifact size and dependency weight inspection without file content output. Tools...

About

Local build artifact size and dependency weight inspection without file content output. Tools...

Security Report

9.0
Low Risk9.0Low Risk

Valid MCP server (3 strong, 3 medium validity signals). 1 known CVE in dependencies (0 critical, 1 high severity) Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-artifact-gauge-mcp": {
      "args": [
        "-y",
        "artifact-gauge-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

artifact-gauge-mcp

Artifact Gauge is a local MCP tool for answering a simple release question: what is taking up space? It reports artifact totals, extension histograms, largest files, and dependency manifest metadata without returning file contents.

Tools

  • inspect_artifacts: scan a bounded local project and summarize file sizes and types.
  • inspect_manifest: report metadata for one recognized dependency manifest without exposing its contents or dependency versions.

Safety

  • Local paths only, with ARTIFACT_GAUGE_ROOT boundary support and symlink checks.
  • Skips Git data, dependencies, coverage, framework caches, and other common generated caches while intentionally including dist and build artifacts.
  • Caps recursion, file count, file size, and output.
  • Never returns file contents, package versions, secrets, or source text.
  • This is a size heuristic, not a complete bundler or dependency vulnerability analyzer.

Run

npm install
npm run build
node dist/index.js

Reviews

No reviews yet

Be the first to review this server!