J

spring-io-api-mcp

...
Created 1/22/2025bymartinlippert

Language:

Java

Stars:

5

Forks:

4

Spring AI MCP server to access information from https://api.spring.io

Implemenents an MCP server using Spring AI MCP to access data for spring projects from https://api.spring.io. Serves data for release versions and support generations.

Build the project

./mwnw clean package

Configure client to use this MCP server

Add the configuration to the MCP server configs (e.g. in Cline when using VSCode):

    "spring-project-information": {
      "command": "java",
      "args": [
        "-Dtransport.mode=stdio",
        "-Dspring.main.web-application-type=none",
        "-Dlogging.file.name=/spring-io-api-mcp.log",
        "-jar",
        "/target/spring-io-api-mcp-0.0.1-SNAPSHOT.jar"
      ]
    }

Example prompts

The MCP server serves information about Spring project releases and support generations, so you can ask questions like:

Which versions of the spring-boot project got released?

or

What is the latest version of the spring-boot project that got released?

To get details about support ranges, you can ask for this information, too:

Until when is the latest version of spring-boot supported in the open-source?

or

Until when is spring-boot 2.7.x supported in the open-source?

or

Can you tell me if spring-data-core will have an updated release within the next 90 days

Last updated: 2/27/2025

Publisher info

martinlippert's avatar

Martin Lippert

Spring Tools Lead, Sustainability Ambassador, Software Engineer working on Developer Tooling, Co-Founder of it-agile GmbH

Broadcom
Hamburg, Germany
279
followers
8
following
61
repos

More MCP servers built with Java

Apache Druid MCP Server

A enterprise grade java implementation for the time series database Apache Druid

By iunera GmbH and Co. KG
MCP Orlen Wholesale Price

Model Context Protocol Servers for Orlen Wholesale Price.

By drnow4u
mcp-server-jina-java

对接jina reader api的mcp服务器

By GARCHENG4