Skip to main content
Glama
194,485 tools. Last updated 2026-06-11 22:32

"Gradle" matching MCP tools:

  • Run Android unit or connected tests and receive a test summary with IDs. Save or clear baselines to auto-detect regressions.
    MIT
  • Build Android apps by executing Gradle tasks such as assembleDebug, assembleRelease, or bundle, and returns a summary with buildId.
    MIT
  • Retrieve complete output from previous builds or tests using their ID. Filter by logs, errors, tasks, or all details, with options to truncate or summarize.
    MIT
  • Retrieve current Gradle configuration including JVM arguments, daemon settings, and version information to diagnose memory issues and understand project setup.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables interaction with Gradle projects through the Gradle Wrapper, allowing users to list projects and tasks, execute builds, run tests, and clean artifacts with real-time progress reporting and comprehensive error details.
    Last updated
    7
    1
    MIT
  • Execute Gradle tasks for building, testing, or cleaning projects with optional arguments to customize the build process.
    MIT
  • Lists all Gradle projects in the workspace to help developers identify available projects and manage their build environment.
    MIT
  • Query which repositories a given repo depends on, or which depend on it. Supports transitive traversal up to 10 levels deep.
    MIT
  • Load a Java project from its root directory to enable semantic analysis. Must run first to use other tools.
    MIT
  • Retrieve and organize Gradle project tasks by group, with optional filtering and descriptions to simplify task discovery and management.
    MIT
  • Monitor Gradle daemon health and resource usage by checking current daemon status and information for troubleshooting and optimization.
    MIT
  • Generate a detailed upgrade diff between React Native versions to identify required changes in dependencies, native configurations, project files, and troubleshooting steps.
    MIT
  • Parses a Gradle module's build.gradle.kts to extract plugins, Android configuration, and dependencies for analysis.
    MIT
  • Remove build artifacts from a Gradle project to free disk space and ensure clean builds. Specify a project path or use root project for complete cleanup.
    MIT
  • Clean build caches, DerivedData, and temporary files to resolve build issues caused by stale caches. Supports Gradle, Xcode, Node.js, and CocoaPods cleaning.
    MIT