rnett/gradle-mcp
3.4
If you are the rightful owner of gradle-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A MCP server for Gradle that provides tools for introspecting projects, running tasks, and tests, and supports publishing Develocity Build Scans.
Tools
3
Resources
0
Prompts
0
Gradle MCP server
A MCP server for Gradle. Tools include introspecting projects, running tasks, and running tests. Also supports publishing Develocity Build Scans.
Getting started
[!IMPORTANT] JDK 17 or higher is required to run
gradle-mcp. You can use JBang to install JDKs too: docs.
Use jbang:
jbang run --fresh dev.rnett.gradle-mcp:gradle-mcp:+ stdio
{
"mcpServers": {
"gradle": {
"command": "jbang",
"args": [
"run",
"--fresh",
"dev.rnett.gradle-mcp:gradle-mcp:+",
"stdio"
]
}
}
}
See the documentation for more details.