IlyaGulya/gradle-mcp-server
Gradle integration using the Gradle Tooling API to inspect projects, execute tasks, and run tests with per-test result reporting
Quick Start
Clone the repository:
git clone https://github.com/IlyaGulya/gradle-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"gradle-mcp-server": {
"command": "npx",
"args": [
"-y",
"IlyaGulya/gradle-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.