MCP Java Backend Suite
Analyzes Flyway database migration risks, detects locks, data loss, and generates rollback scripts.
Analyzes Liquibase database migration risks, detects locks, data loss, and generates rollback scripts.
Provides MySQL schema analysis, index optimization, query plan analysis, slow query detection, connection monitoring, and table relationship discovery.
Provides PostgreSQL schema analysis, index optimization, query plan analysis, slow query detection, connection monitoring, and table relationship discovery.
Monitors Redis memory fragmentation, analyzes slow logs, client connections, keyspace health, and generates unified performance reports.
Analyzes Spring Boot application health, metrics, environment properties, beans, startup process, and cache configurations.
Provides SQLite schema analysis, index optimization, query plan analysis, slow query detection, connection monitoring, and table relationship discovery.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Java Backend Suitefind slow queries in PostgreSQL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Java Backend Suite
Complete MCP toolkit for Java backend developers. 35 tools across 5 servers — install once, configure once.
What's Included
Server | Tools | What It Does |
9 | PostgreSQL, MySQL, SQLite schema analysis, index optimization, query plans, slow queries, connections, table relationships | |
6 | Thread dump analysis, deadlock detection, GC log analysis, heap histogram analysis, heap diff comparison | |
6 | Flyway/Liquibase migration risk analysis, lock detection, data loss detection, rollback generation | |
7 | Health, metrics, environment, beans, startup, and cache analysis | |
7 | Memory fragmentation, slowlog analysis, client connections, keyspace health, unified performance report |
Why the Suite?
Installing 5 MCP servers individually means 5 packages to manage, 5 config blocks to write, and 5 things to keep updated. The suite gives you everything in one install:
DB Analyzer — database schema analysis, index optimization, query plans, slow query detection
JVM Diagnostics — thread dump analysis, deadlock detection, GC log parsing, heap profiling
Migration Advisor — Flyway/Liquibase migration risk analysis, lock detection, rollback generation
Spring Boot Actuator — health checks, metrics, environment, beans, startup and cache analysis
Redis Diagnostics — memory fragmentation, slowlog analysis, client connections, keyspace health
That is 35 tools covering the full Java backend diagnostic stack. One npm install, one config block, zero friction.
Quick Start
npm install -g mcp-java-backend-suiteThen generate your Claude Desktop configuration:
npx mcp-java-backend-suite configCopy the output into ~/.claude/claude_desktop_config.json.
Claude Desktop Configuration
{
"mcpServers": {
"db-analyzer": {
"command": "npx",
"args": ["-y", "mcp-db-analyzer"]
},
"jvm-diagnostics": {
"command": "npx",
"args": ["-y", "mcp-jvm-diagnostics"]
},
"migration-advisor": {
"command": "npx",
"args": ["-y", "mcp-migration-advisor"]
},
"spring-boot-actuator": {
"command": "npx",
"args": ["-y", "mcp-spring-boot-actuator"]
},
"redis-diagnostics": {
"command": "npx",
"args": ["-y", "mcp-redis-diagnostics"],
"env": {
"REDIS_URL": "redis://localhost:6379"
}
}
}
}License
MIT
End-of-life: 2026-05-10.
This MCP server is no longer maintained or distributed. The Corporation
has pivoted to Apify marketplace actors. See
irrationalways on Apify and
irrcorp/bzp-poland-tenders for current Corporation work.
The npm package has been unpublished. The repository is archived for historical reference only.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dmitriusan/mcp-java-backend-suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server