Springboot Bootstrap Mcp

by akshay-harale

292 downloads
Not rated
GitHub

About

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

Details

Author
akshay-harale
Downloads
292
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Springboot Bootstrap Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

A Model Context Protocol (MCP) server for bootstrapping Spring Boot projects using Spring Initializr. This server provides AI assistants with tools to discover available Spring Boot configurations and generate customized project templates.

Available Tools

getSpringBootInitDetails:

Retrieves all available configuration options from Spring Initializr
Returns available Spring Boot versions, dependencies, Java versions, and more
Use this first to discover valid parameter values

downloadSpringBootProject:

Downloads a fully configured Spring Boot project as a ZIP file OR extracts directly to a directory
Smart Path Detection: If path ends with .zip, saves as ZIP file; otherwise extracts all files to directory
Supports customization of build tool, language, dependencies, and more
Automatically creates parent directories if needed
Extracted projects are ready to open in your IDE immediately

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.