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
基本信息
配置
工具
未检测到工具
工具是从 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.
开发工具 分类下的更多 MCP 服务器
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Grafana MCP server
grafanaMCP server for Grafana
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
评论