MCP.so
登录
S

Springboot Bootstrap Mcp

@akshay-harale

关于 Springboot Bootstrap Mcp

This is developer focused tool which can be used to bootstrap spring boot project which we do using https://start.spring.io/

基本信息

分类

其他

传输方式

stdio

发布者

akshay-harale

提交者

Akshay Harale

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "springboot-bootstrap": {
      "command": "java",
      "args": [
        "-jar",
        "C:/mcp-servers/app-bootstrap.jar"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Springboot Bootstrap Mcp?

A Model Context Protocol (MCP) server that provides AI assistants with tools to discover available Spring Boot configurations from Spring Initializr and generate customized project templates.

How to use Springboot Bootstrap Mcp?

Key features of Springboot Bootstrap Mcp

  • Discovers available Spring Boot versions, dependencies, and Java versions
  • Downloads Spring Boot projects as ZIP files
  • Extracts projects directly to a specified directory
  • Supports customization of build tool, language, and more
  • Automatically creates parent directories if needed

Use cases of Springboot Bootstrap Mcp

  • AI assistant quickly creates a new Spring Boot project with custom dependencies
  • Developer bootstraps a Spring Boot application without visiting the Spring Initializr website
  • Automated project generation for rapid prototyping or onboarding

FAQ from Springboot Bootstrap Mcp

What tools does Springboot Bootstrap Mcp provide?

It provides two tools: getSpringBootInitDetails to list all available configuration options, and downloadSpringBootProject to download or extract a customized Spring Boot project.

How does the download tool handle the output path?

If the path ends with .zip, it saves as a ZIP file; otherwise it extracts all files to the directory. It automatically creates parent directories if needed.

What are the runtime requirements?

评论

其他 分类下的更多 MCP 服务器