MCP.so
ログイン

Spring AI MCP server to access information from

@martinlippert

Spring AI MCP server to access information from について

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

基本情報

カテゴリ

開発者ツール

ライセンス

Apache-2.0

ランタイム

java

トランスポート

stdio

公開者

martinlippert

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Spring AI MCP server?

Spring AI MCP server is an MCP (Model Context Protocol) server built with Spring AI MCP that retrieves data for Spring project releases and support generations from https://api.spring.io. It is intended for developers and AI assistants needing structured information about Spring project versions and their support lifecycles.

How to use Spring AI MCP server?

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.

Key features of Spring AI MCP server

  • 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

Use cases of Spring AI MCP server

  • Ask “Which versions of the spring-boot project got released?”
  • Inquire “What is the latest version of the spring-boot project that got released?”
  • Check support end dates with “Until when is the latest version of spring-boot supported in the open-source?”
  • Query support for specific versions like “Until when is spring-boot 2.7.x supported in the open-source?”
  • Ask about future releases, e.g., “Can you tell me if spring-data-core will have an updated release within the next two weeks?”

FAQ from Spring AI MCP server

What data does Spring AI MCP server provide?

It provides release version information and support generation data for Spring projects, sourced from https://api.spring.io.

How do I configure the MCP server in my client?

Add a JSON entry to your MCP server configuration with the command java -jar <path-to-project>/target/spring-io-api-mcp-0.0.2-SNAPSHOT.jar. An example configuration for Cline under VSCode is shown in the README.

What kind of questions can I ask?

You can ask about released versions of a Spring project, the latest release, support end dates for the latest version or a specific version (e.g., 2.7.x), and upcoming release availability.

What are the runtime dependencies?

The server requires Java and the Spring AI MCP framework. Building it requires Maven (./mvnw).

Does the server require authentication or a specific transport?

The README does not specify any authentication mechanism or transport details. It appears to communicate via standard I/O as typical for MCP servers.

コメント

「開発者ツール」の他のコンテンツ