Back to Home
dbrown725 icon

mcp-human-resources

Verified Safe

by dbrown725

Overview

Spring Boot server demonstrating AI capabilities, RAG, image processing, and human resources data management as a learning tool.

Installation

Run Command
cd target && exec /home/YOUR_HOME_DIRECTORY/Documents/development/JDKs/openjdk-24_linux-x64_bin/jdk-24/bin/java -jar humanresources-0.0.1-SNAPSHOT.jar

Environment Variables

  • BRAVE_API_KEY
  • GEMINI_PROJECT_ID
  • STORAGE_BUCKET_NAME
  • GEMINI_API_KEY
  • GROQ_API_KEY
  • OPENROUTER_API_KEY
  • ES_URL
  • ES_API_KEY
  • OTEL_LOG_LEVEL

Security Notes

The README explicitly states, 'Do not use it as a template for a Production application. Giving your LLM access to create, update and delete database rows is probably not a good idea.' This indicates a critical architectural security flaw for production use cases involving sensitive HR data. Additionally, the default Grafana admin password ('mysecretpassword') in `compose.yml` and the lack of security enabled for Elasticsearch (`ES_API_KEY: " "`) pose immediate security risks in any deployed environment. Direct LLM access to database CRUD operations on HR data is highly risky.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassHigh
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-01

Tags

Spring BootAILLMRAGImage ProcessingHuman ResourcesCloud Storage