HealthUnity-mcpServer
Verified Safeby Wuubzi
Overview
A backend service for managing medical appointments, doctors, patient profiles, and specialties, enhanced with AI tooling for conversational interaction.
Installation
mvn clean install && java -jar target/mcpServer-0.0.1-SNAPSHOT.jarEnvironment Variables
- SPRING_MAIL_USERNAME
- SPRING_MAIL_PASSWORD
- SPRING_MAIL_HOST
- SPRING_MAIL_PORT
- SPRING_AI_CHAT_CLIENT_OPENAI_API_KEY
- SPRING_DATASOURCE_URL
- SPRING_DATASOURCE_USERNAME
- SPRING_DATASOURCE_PASSWORD
Security Notes
The application uses Spring Data JPA with parameterized queries via `@Param` for native queries, which helps prevent common SQL injection vulnerabilities. Sensitive configurations, such as email credentials, are externalized using `@Value`, a good practice. No direct use of `eval` or similar high-risk functions was observed.
Similar Servers
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and PDF articles for AI agents and assistants.
mcp400
A Java-based server application, likely related to game development, specifically hinted as a Minecraft server.
mcp-server-movements
This project provides a server-side backend designed to interface with and process data for an 'api-movements' service.