MCP Java Backend Suite

MCP Java Backend Suite

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.

Category
Visit Server

README

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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured