Spring AI MCP server to access information from

by martinlippert

8 stars
221 downloads
Not rated
GitHub

About

MCP server implementation that serves up-to-date information about projects from api.spring.io

Details

Author
martinlippert
GitHub stars
8
Downloads
221
Categories
Developer Tools

- Accesses release version data from api.spring.io
- Retrieves support generation information for Spring projects
- Built on the Spring AI MCP framework
- Answers questions in natural language
- Provides example prompts for common queries

Build the project with ./mvnw clean package to produce a JAR. Then configure your MCP client (e.g., Cline in VS Code) to launch the server using java -jar <path-to-project>/target/spring-io-api-mcp-0.0.2-SNAPSHOT.jar. After configuration, the server responds to natural‑language queries about Spring project releases and support ranges.

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": [
        "-jar",
        "<path-to-project>/target/spring-io-api-mcp-0.0.2-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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.