Best Hibernate MCP Servers
Hibernate is an open-source object-relational mapping tool for Java that provides a framework for mapping an object-oriented domain model to a relational database.
Why this server?
Enables debugging of Hibernate ORM usage within Java applications, including inspection of SQL generation and diagnosis of ORM-related issues in complex framework stacks
AlicenseBqualityCmaintenanceСonnects to live JVMs via JDWP protocol, enabling LLM agents to autonomously debug Java applications — attach to a running process, pause threads, set breakpoints (including conditional), inspect stacks with auto-resolved object fields, evaluate methods, set variable values, and diagnose issues like deadlocks and hung queries.281MITWhy this server?
Decompiles Hibernate classes from Maven dependencies into readable Java source, allowing AI agents to analyze Hibernate internals.
AlicenseAqualityAmaintenanceDecompiles Maven dependencies into readable Java source directly inside your AI agent.5101Apache 2.0Why this server?
Provides tools for generating JPA entity classes and repositories, and prompts for optimizing Hibernate queries, including resolving N+1 problems, using projections, indexing, and caching.
FlicenseAqualityCmaintenanceProvides tools and guides for Spring Boot development including code generation, security audit, and query optimization.8Why this server?
Validates database schemas against JPA/Hibernate entity mappings and analyzes ORM query performance to detect issues like N+1 problems.
Alicense-qualityAmaintenanceA Model Context Protocol server that provides secure database access to PostgreSQL through Kysely ORM, enabling natural language interaction with PostgreSQL databases. It offers 40+ MCP tools for querying, schema inspection, diagnostics, and Java backend monitoring.ISCWhy this server?
Supported Java framework for vulnerability detection in applications using Hibernate ORM
Flicense-qualityFmaintenanceEnables AI-powered Java source code vulnerability auditing through function-level taint analysis. Performs reverse tracking from dangerous functions to external entry points to automatically discover potential security vulnerability chains.115