Skip to main content
Glama
Dmitriusan

MCP Java Backend Suite

by Dmitriusan

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

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.

A
license - permissive license
-
quality - not tested
C
maintenance

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