Back to Home
mari2020 icon

MCP-server-with-Ollama

Verified Safe

by mari2020

Overview

This Spring Boot application provides a natural language interface, powered by an AI chat model and tool calling, for querying and managing employee information.

Installation

Run Command
mvn spring-boot:run

Security Notes

No 'eval' or similar dangerous patterns were found. No hardcoded secrets. The primary concern is that the 'seedDatabase' tool, although described as 'Dev-only', is exposed via the AI model, allowing data modification (insertion of sample employee data) through a prompt. While this is less critical for a development/demo setup with a local LLM like Ollama, it could be a security vulnerability in a production environment if not properly restricted. The use of Spring Data R2DBC helps mitigate SQL injection risks.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-11-22

Tags

Spring BootSpring AITool CallingReactive ProgrammingEmployee Data