Skip to main content
Glama
399,117 tools. Last updated 2026-08-05 22:24

"electron-builder" matching MCP tools:

  • Analyzes Electron source code to detect dangerous patterns like shell.openExternal with user input, disabled webSecurity, and other OWASP-style vulnerabilities specific to Electron.
    MIT
  • Diagnose Electron build failures by analyzing error output from electron-builder, electron-forge, or electron-packager. Identifies code signing, native module, ASAR, configuration, and path resolution issues.
    MIT
  • Run preflight checks on Node, Playwright, Electron, and environment settings without launching Electron. Inspect failures and warnings before starting a session.
    MIT
  • Execute JavaScript code in the Electron main process to access system resources, invoke IPC handlers, and control application windows beyond renderer limitations.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Spawns an Electron application with debugging ports enabled, allowing control of both the renderer and main process via CDP and Node inspector.
    MIT
  • Spawn an Electron application by running an npm script, forwarding debug ports for remote debugging. Designed for electron-forge projects where the dev server starts first.
    MIT
  • Retrieve details about running Electron applications and their windows, including child windows, by leveraging remote debugging on port 9222. Ideal for automation and debugging workflows.
    MIT
  • Evaluate JavaScript expressions in an Electron app's main process via the inspector protocol, accessing APIs like require('electron').
  • Boots iOS simulators, Android emulators, Vega (Fire TV) virtual devices, or Electron apps, waiting until each is ready for interaction. Use at session start after choosing your target platform.
    Apache 2.0
  • Inspect a Docker builder to get its driver, status, and supported platforms. Boot the builder if it isn't running to prepare it for use.
    MIT
  • Switch the active buildx builder for subsequent Docker operations. Optionally persist the choice as default for the current Docker context or globally.
    MIT
  • Remove Docker Buildx builder instances and their build caches, with options to preserve state or daemon, force-remove in-use builders, or clean up all inactive builders to reclaim resources.
    MIT
  • List all Docker builder instances with a machine-parsed view, enabling automation and quick overview of available builders.
    MIT
  • Create a BuildKit builder for multi-platform builds and cache export when the default Docker driver is insufficient. Optionally set as current or bootstrap now.
    MIT
  • List all trading markets on Hyperliquid and builder dexes with mark price, 24h volume, funding rate, open interest, and 24h change.
    MIT
  • Audit an Electron app against the official security checklist by examining BrowserWindow configuration, main process code, package.json, preload scripts, and HTML for 19 detectable security issues.
    MIT