Skip to main content
Glama
nhuson269

MCP Spring Boot Toolkit

by nhuson269

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_entityA

Generate a JPA Entity class with Lombok annotations, audit fields, and proper mappings

generate_controllerB

Generate a Spring Boot REST Controller with CRUD endpoints and proper exception handling

generate_serviceA

Generate a Spring Boot Service with interface and implementation following best practices

generate_dtoB

Generate Request/Response DTOs with validation annotations and MapStruct mapper

generate_repositoryB

Generate a Spring Data JPA Repository with custom query methods

generate_exception_handlerB

Generate global exception handler with @ControllerAdvice and custom exceptions

generate_application_propertiesB

Generate application.yml configuration for Spring Boot with common settings

analyze_pomA

Analyze pom.xml for dependency issues, version conflicts, and suggest improvements

Prompts

Interactive templates invoked by user choice

NameDescription
review_apiReview a Spring Boot REST API controller for best practices
debug_exceptionHelp debug a Spring Boot exception with stack trace analysis
optimize_queryOptimize a JPA/Hibernate query for better performance
security_auditPerform a security audit on Spring Boot configuration and code
migration_planCreate a migration plan for upgrading Spring Boot version
design_microserviceDesign a Spring Boot microservice architecture

Resources

Contextual data attached and managed by the client

NameDescription
project-structure-guideRecommended package structure for scalable Spring Boot applications
security-guideSecurity best practices: JWT, OAuth2, CORS, CSRF, rate limiting
architecture-guideLayered architecture patterns: Controller → Service → Repository with DTOs and Mappers
api-design-guideRESTful API design patterns: versioning, pagination, filtering, error responses

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nhuson269/mcp-spring-boot-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server