Token导航 LogoToken导航TokenDH.com
Spring Io API MCP logo
搜索检索未说明官方级别未说明来源级核验

Spring Io API MCP

MCP Server

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

工具数

0

提示词数

0

GitHub Stars

8

资源数

0
版本管理JavaClineCline

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

martinlippert

提供方

martinlippert

最后核验

2026/5/18 02:16

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Spring AI MCP服务器访问信息https://api.spring.io

使用Spring AI MCP实现MCP服务器,以从以下位置访问Spring项目的数据https://api.spring.io. 为发布版本和支持代提供数据。

构建项目

./mwnw clean package

配置客户端以使用此MCP服务器

将配置添加到MCP服务器配置中(例如,使用VSCode时在Cline中):

    "spring-project-information": {
      "command": "java",
      "args": [
        "-jar",
        "
/target/spring-io-api-mcp-0.0.2-SNAPSHOT.jar"
      ]
    }

示例提示

MCP服务器提供有关Spring项目版本和支持代的信息,因此 你可以问这样的问题:

Which versions of the spring-boot project got released?

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

要获取有关支持范围的详细信息,您也可以询问此信息:

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

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

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

目录标签

目录标签

版本管理JavaClineresearch-and-dataSpring项目本地部署支持周期信息查询MCP服务器

支持客户端

Cline

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP