mcp-server-sse-spring
Verified Safeby ross-stockman
Overview
This project serves as a template Model Context Protocol (MCP) server, exposing an in-memory service catalog via Server-Sent Events (SSE) for AI agent interaction.
Installation
mvn spring-boot:runSecurity Notes
The server primarily exposes an in-memory service catalog through Spring AI's @Tool annotations. The exposed tools perform basic CRUD operations on a static ConcurrentHashMap. No direct 'eval' or dangerous dynamic code execution patterns were found. No hardcoded secrets or direct external system interactions are evident. The primary 'risk' is an AI agent potentially manipulating the in-memory catalog as designed, not a code vulnerability.
Similar Servers
mcp-codestyle-server
Provides code template search and retrieval tools for IDEs and AI agents via the Model Context Protocol (MCP).
mcp-python-starter
A feature-complete Model Context Protocol (MCP) server template in Python for developing AI applications and agents.
spring-boot-ai
A Spring Boot application implementing a Model Context Protocol (MCP) server that provides a remote 'Booking Tool' for an AI agent.
mcp-go-starter
A feature-complete Model Context Protocol (MCP) server template in Go demonstrating tools, resources, and prompts for AI agent interaction.