gradle-mcp
Deep Gradle build inspection, execution, and dependency diagnostics
All Skills in This Repository (5)
Pure Emerald Level Indicatorsexploring_dependency_sources
Explore and analyze source code for external libraries and Gradle plugins.
interacting_with_project_runtime
Execute Kotlin code interactively within a project's JVM classpath.
gradle
Execute Gradle builds, run tests, and manage tasks in multi-project environments.
verifying_compose_ui
Render Compose UI components to images via a JVM-based Kotlin REPL.
managing_gradle_dependencies
Audit Gradle dependency graphs and detect updates via Maven Central.
Frequently Asked Questions
FAQPage SchemaHow to install gradle-mcp?โผ
Run `npx skills add rnett/gradle-mcp --all -g -y` in your terminal to install all skills in this suite globally.
How to run Gradle builds with an AI agent?โผ
The gradle-mcp server exposes structured tools that let your agent run tasks, monitor progress, and read test results without parsing raw console output.
Can gradle-mcp diagnose dependency conflicts?โผ
Yes. It audits the resolved dependency graph, explains version selection with dependencyInsight, and handles advanced cases like variant mismatches and capability conflicts.
Does gradle-mcp work with Claude Code and other agents?โผ
Yes. It is a standard MCP server configured in your client's mcpServers settings, and its skills follow the universal SKILL.md format.
What do I need to run gradle-mcp?โผ
You need JDK 21 or higher and JBang installed; the server then runs with a single jbang command against any Gradle project.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core