Skip to main content
Developer ToolsUnknown

IlyaGulya/gradle-mcp-server

Gradle integration using the Gradle Tooling API to inspect projects, execute tasks, and run tests with per-test result reporting

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/IlyaGulya/gradle-mcp-server

Claude 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.

Details

Category
Developer Tools
Language
Unknown
Author
IlyaGulya