springboot-mcp-server
by Hywzy
Overview
An AI-powered Spring Boot server for student management, demonstrating tool-use capabilities with an external large language model.
Installation
mvn spring-boot:runEnvironment Variables
- SPRING_AI_OPENAI_API_KEY
Security Notes
The `application.yaml` file contains a hardcoded API key for an AI service (`spring.ai.openai.api-key`), which is a critical security vulnerability. This key should be managed securely, preferably through environment variables or a secrets management system, and not committed to source control. The `README` also explicitly states that the deepseek api-key needs to be replaced, confirming this issue.
Similar Servers
hello-spring-mcp-server
This server provides a set of tools for AI agents to query employee skills and retrieve employees based on specific skills from an in-memory dataset.
SQL-QueryDSL-query-mcp-server
Serves as a Model Context Protocol (MCP) server for AI clients to query and filter data from a SQL database using QueryDSL.
my-mcp-server
Provides a schema-based API for AI clients to query and filter employee data from a SQL database using QueryDSL.
Mcp-server
An AI chatbot capable of answering user queries via a web API and a Telegram bot, leveraging predefined tools to retrieve employee information.