Back to Home
yahykader icon

MCP-SERVER-CLIENT-SPRING-PYTHON

Verified Safe

by yahykader

Overview

An AI agent-based chat application demonstrating multi-language tool use with Spring AI and Model Context Protocol (MCP).

Installation

Run Command
cd mcp-client && mvn clean package -DskipTests && java -jar target/mcp-client-0.0.1-SNAPSHOT.jar

Security Notes

The Spring Boot client's chat endpoint (`/chat/send`) uses `@CrossOrigin("*")`, which allows requests from any origin. This is a security risk in production environments as it disables crucial same-origin policy protections. The `mcp-servers.json` contains a hardcoded absolute path to the Python server script, which needs to be adjusted; however, it's not a direct security vulnerability from code execution. No 'eval' or obvious malicious patterns found in the provided code snippets.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens350
Stars0
Forks0
Last Update2025-11-29

Tags

AI AgentTool UseChatbotSpring AIMCP