Skip to main content
Glama
520,779 tools. Updated 2026-09-06 09:34

"Webpack" matching MCP tools:

Matching MCP Servers

  • F
    license
    A
    quality
    B
    maintenance
    Enables automated migration of JavaScript/TypeScript packages from legacy test runners like Karma, Webpack, and Mocha to Vitest, including AST codemods, multi-project test scaffolding, and self-learning diagnostics for resolving runtime errors.
    7
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Creates and manages an MCP server integrated with build tools (Rollup, Vite, Webpack, etc.) to enable AI assistants to analyze, inspect, and control the build process.
    3,607
    31
    MIT
  • Analyze JavaScript source code to detect obfuscation patterns like webpack, JSFuck, or eval-based loaders, and output unpack hints with deobfuscation strategy.
    MIT
  • Learn how to generate the webpack stats file (.next/stats.json) required for bundle attribution. Choose a manual recipe or an automatic action plan for Copilot to execute.
    MIT
  • Compare technologies like frameworks, libraries, databases, or programming languages side-by-side. Automatically gather structured information to support informed decision-making.
    MIT
  • Trace import chains from entry points to identify why a module is bundled, showing dependency paths and unminified webpack module size. Requires webpack stats loaded first.
    MIT
  • Parses the webpack module stats file (.next/stats.json) and links it to a loaded build, enabling tools to detect duplicates, explain shared chunks, trace imports, and suggest optimizations.
    MIT
  • Map a generated code location (line and column) back to the original source using source maps, enabling debugging of bundled or transpiled code like TypeScript, Babel, webpack, or esbuild.
    Apache 2.0
  • Analyze bundle stats JSON from webpack, Rollup, or Vite to identify top heavy modules, duplicate packages, code-split opportunities, and CDN externalization candidates.
    MIT
  • Map any error message or symptom description to a verified fix. Input a concrete error stack or free-text query to receive exact-match solutions or search results with confidence scores and source URLs.
    -
  • Query the local manifest registry to discover package exports, symbol kinds, and side effects for npm dependencies.
    -