Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Java Backend Suite

FreeMaintained

A comprehensive MCP toolkit for Java backend developers, providing 35 tools across 5 servers for database analysis, JVM diagnostics, migration assistance, Sprin

GitHubEmbed

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.

from github.com/Dmitriusan/mcp-java-backend-suite

Install Java Backend Suite in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-java-backend-suite

Installs 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-suite

Step-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

Compare 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