Java Backend Suite
FreeMaintainedA comprehensive MCP toolkit for Java backend developers, providing 35 tools across 5 servers for database analysis, JVM diagnostics, migration assistance, Sprin
About
A comprehensive MCP toolkit for Java backend developers, providing 35 tools across 5 servers for database analysis, JVM diagnostics, migration assistance, Spring Boot monitoring, and Redis diagnostics.
README
Complete MCP toolkit for Java backend developers. 35 tools across 5 servers — install once, configure once.
What's Included
| Server | Tools | What It Does |
|---|---|---|
| mcp-db-analyzer | 9 | PostgreSQL, MySQL, SQLite schema analysis, index optimization, query plans, slow queries, connections, table relationships |
| mcp-jvm-diagnostics | 6 | Thread dump analysis, deadlock detection, GC log analysis, heap histogram analysis, heap diff comparison |
| mcp-migration-advisor | 6 | Flyway/Liquibase migration risk analysis, lock detection, data loss detection, rollback generation |
| mcp-spring-boot-actuator | 7 | Health, metrics, environment, beans, startup, and cache analysis |
| mcp-redis-diagnostics | 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-suite
Then generate your Claude Desktop configuration:
npx mcp-java-backend-suite config
Copy 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.
Install Java Backend Suite in Claude Desktop, Claude Code & Cursor
unyly install mcp-java-backend-suiteInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mcp-java-backend-suite --env REDIS_URL="" -- npx -y mcp-java-backend-suiteStep-by-step: how to install Java Backend Suite
FAQ
Is Java Backend Suite MCP free?
Yes, Java Backend Suite MCP is free — one-click install via Unyly at no cost.
Does Java Backend Suite need an API key?
Yes, it requires environment variables: REDIS_URL. Unyly injects them into the config during install.
Is Java Backend Suite hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Java Backend Suite in Claude Desktop, Claude Code or Cursor?
Open Java Backend Suite on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Changes
Versions and requested access over time.
- New version published
- New version published
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolRedis
Interact with Redis key-value stores.
by modelcontextprotocolSQLite
Database interaction and business intelligence capabilities.
by modelcontextprotocolmxcp
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
by raw-labstadas-github/a2asearch-mcp
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access
by tadas-githubjulien040/anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi
by julien040drakonkat/wizzy-mcp-tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
by drakonkatCompare Java Backend Suite with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
