Cover image
Try Now
2025-01-28

Implementación del servidor MCP que sirve información actualizada sobre proyectos de api.spring.io

3 years

Works with Finder

1

Github Watches

4

Github Forks

5

Github Stars

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",
        "<path-to-project>/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

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Andris Teikmanis
  • Latvian GPT assistant for developing GPT applications

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • https://tovuti.be
  • Oede knorrepot die vasthoudt an de goeie ouwe tied van 't boerenleven

  • ANGEL LEON
  • A world class elite tech co-founder entrepreneur, expert in software development, entrepreneurship, marketing, coaching style leadership and aligned with ambition for excellence, global market penetration and worldy perspectives.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Gil kaminski
  • Make sure you are post-ready before you post on social media

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • OffchainLabs
  • Implementación de la prueba de estaca Ethereum

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

  • deemkeen
  • Controle su MBOT2 con un combo de potencia: MQTT+MCP+LLM

  • zhaoyunxing92
  • 本项目是一个钉钉 MCP (Protocolo del conector de mensajes )服务 , 提供了与钉钉企业应用交互的 API 接口。项目基于 Go 语言开发 支持员工信息查询和消息发送等功能。 支持员工信息查询和消息发送等功能。

  • pontusab
  • La comunidad de cursor y windsurf, encontrar reglas y MCP

    Reviews

    2 (1)
    Avatar
    user_fc90uhYE
    2025-04-16

    I've been using the spring-io-api-mcp by martinlippert, and it has significantly streamlined my Spring project workflows. The API is robust and well-documented, making integration seamless. Highly recommend it to any developer looking to enhance their Spring application development. Check it out here: https://github.com/martinlippert/spring-io-api-mcp.