Back to Home
rnett icon

gradle-mcp

Verified Safe

by rnett

Overview

Provides tools for interacting with Gradle builds, including introspection, execution of tasks and tests, and lookup of build results, all within the Model Context Protocol (MCP) framework.

Installation

Run Command
jbang run --fresh dev.rnett.gradle-mcp:gradle-mcp:+ stdio

Security Notes

The server's core functionality involves executing arbitrary Gradle commands on the local file system, granting it significant power within the project's context. It explicitly warns users: 'DO NOT EVER EXPOSE THIS SERVER TO THE INTERNET.' This is a critical advisory, as exposing a server capable of arbitrary code execution would be a severe security risk. There are no obvious hardcoded secrets, `eval` usage, or obfuscation. It handles user consent for publishing build scans to public services, which is a good practice. The control over environment variables and JVM arguments given to the client is intentional for its purpose but emphasizes the need for a trusted operating environment.

Similar Servers

Stats

Interest Score37
Security Score7
Cost ClassHigh
Avg Tokens3500
Stars6
Forks0
Last Update2025-12-06

Tags

GradleBuild AutomationModel Context ProtocolDeveloper ToolsKotlin