Back to Home
Muhaastok icon

DBJavaGenix

Verified Safe

by Muhaastok

Overview

Generates layered Java code (Entity, DAO, Service, Controller) from database schemas using AI-enhanced analysis and templates, with Spring Boot project dependency management.

Installation

Run Command
python -m dbjavagenix.cli server

Environment Variables

  • DBJAVAGENIX_CONFIG
  • DATABASE_URL
  • AI_API_KEY
  • AI_PROVIDER
  • OUTPUT_DIR
  • PACKAGE_NAME

Security Notes

The server features SQL query execution (db_query_execute) but strictly limits it to 'SELECT' queries for safety. Database credentials (passwords) are handled directly in arguments and in configuration files, though a `ConnectionManager` masks them for internal storage. Build files (pom.xml, build.gradle) are modified using regex, which can be brittle but is mitigated by a backup mechanism during automatic dependency fixes. No direct 'eval' or malicious obfuscation patterns were identified.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

JavaCode GenerationDatabaseMCPAI