spring-ai-mcp-server
Verified Safeby qwe5507
Overview
Provides AI tools for managing TODO list items through a Spring AI Multi-Modal Chat Protocol (MCP) server.
Installation
No command providedSecurity Notes
Standard Spring Boot application using JPA and an in-memory H2 database. No 'eval', obfuscation, or malicious patterns found. The H2 database credentials ('sa'/empty password) are hardcoded but are for an in-memory development database and do not pose a significant risk in this context. As a server exposing tools, proper access control and input validation (beyond what Spring AI's tool parameters might implicitly provide) would be necessary in a production environment, but are not inherently lacking in the provided snippet.
Similar Servers
spring-boot-ai
A Spring Boot application implementing a Model Context Protocol (MCP) server that provides a remote 'Booking Tool' for an AI agent.
todo-mcp-server
Provides autonomous task management and random string generation for AI agents via Model Context Protocol (MCP) using stdio or HTTP transports.
todo-mcp-server
This server provides a RESTful API for managing a TODO list, exposing standard CRUD operations and specific status filters, and also registers these functionalities as tools for potential integration with a Spring AI client.
TodoMCPServer
Develop and demonstrate a .NET Minimal API for todo management with integrated Model Context Protocol (MCP) server support for AI assistant interaction.