Gradle MCP Server
UnclaimedA Model Context Protocol (MCP) server to enable AI tools to interact with Gradle projects programmatically.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (11)
arguments
(array of strings, optional): Gradle command-line arguments (e.g., ["--info", "-PmyProp=value"]).
defaultMaxLogLines
(integer, optional): Set the default output line limit (defaults internally to 100).
environmentVariables
(object, optional): Environment variables for the build (e.g., {"CI": "true"}).
gradleTasks
(array of strings, optional): Test tasks to run (defaults to ["test"]).
includeOutputForPassed
(boolean, optional): Set to true to include output for passed tests (default false).
jvmArguments
(array of strings, optional): JVM arguments for Gradle (e.g., ["-Xmx4g"]).
maxLogLines
(integer, optional): Override the default limit on output lines per test (0 for unlimited).
projectPath
(string, required): Absolute path to the Gradle project root.
requestedInfo
(array of strings, optional): List of categories to retrieve (e.g., ["tasks", "environment"]).
tasks
(array of strings, required): List of task names to execute (e.g., ["clean", "assemble"]).
testPatterns
(array of strings, optional): Test filter patterns passed via --tests (e.g., [".MyTestClass"]).