MCP Servers


Develocity exposes your build data to AI clients through MCP tools, usable in any MCP-enabled AI client via the standard Model Context Protocol (MCP). The tools come in two sets: the Develocity tools for analyzing individual builds, and the Develocity Analytics tools for querying aggregate data across your organization.

Develocity Tools

The Develocity tools give an AI client direct access to build context: exception details, stack traces, test outcomes, cache performance, and more. Developers and build engineers use them to investigate build failures, identify test patterns, and compare builds without leaving their AI client. They bundle skills: guided workflows that activate automatically to help the AI client make effective use of available data.

These tools require Develocity 2025.3 or higher. Follow the installation instructions to enable them.

Investigate Build Issues

Access exception details, stack traces, and environment context to understand recent build failures.

Advanced Failure Analytics

Use Develocity’s failure grouping (automatic clustering of related build failures) to identify root causes and common failure patterns.

Analyze Test Patterns

Identify flaky tests, discover failure trends, and analyze test performance across your test suites.

Monitor Build Performance

Query execution times, resource usage, network activity, and build caching effectiveness.

Compare Builds

Compare two builds to pinpoint input differences and diagnose cache misses.

Explore Build Data

Filter across projects, users, build outcomes, time, and custom tags for Gradle, Maven, sbt, npm, and Python builds.

Develocity Analytics Tools

The Develocity Analytics tools give an AI client access to aggregate build data across your organization. Use them for organization-wide queries: dependency risk assessment, build performance trends, and CI stability analysis. They also bundle skills that activate automatically to guide the AI client’s queries.

These tools require Develocity 2025.4 or higher with Athena Data Export enabled, or Develocity Reporting Kit 2.1 or higher. Follow the installation instructions to enable them.

Analyze Aggregate Build Data

Query and analyze large batches of build data across your organization.

Identify Dependency Risks

Detect projects using outdated or vulnerable dependency versions.

Monitor Build Performance Trends

Analyze configuration times, task durations, and build performance patterns over time.

Assess CI Stability

Identify failure patterns, prioritize fixes, and understand the impact of failing builds across users and projects.

Where the Tools Are Served

Depending on your deployment, your AI client can reach these tools differently:

  • On a Develocity instance, a single MCP server at the /mcp endpoint serves the Develocity tools. When Develocity Reporting via Athena Data Export is enabled, it also serves the Develocity Analytics tools, subject to the user’s permissions.

  • On a Develocity Reporting Kit instance, the Develocity Analytics tools are served from the /drv-mcp endpoint.

You can use either tool set on its own; you don’t need both to get started. Some data, such as test results and failure groups, is only available from the Develocity tools.

Get Started