Registry / devops / mcp-java-backend-suite

mcp-java-backend-suite

JSON →
library0.1.40jsnpmunverified

v0.1.40 (end-of-life 2026-05-10). Complete MCP toolkit for Java backend developers bundling 35 tools across 5 servers: database analysis (PostgreSQL, MySQL, SQLite schema/index/query plan), JVM diagnostics (thread dumps, deadlocks, GC logs, heap), migration risk (Flyway/Liquibase), Spring Boot Actuator (health, metrics, beans), and Redis diagnostics (memory, slowlog, keyspace). Single install replaces managing 5 separate MCP packages. No longer maintained; the corporation has pivoted to Apify marketplace actors. Archived for historical reference.

npm install mcp-java-backend-suite
INSTALL
IMPORT
SIG · MCP-JAVA-BACKEND-S
M
mcp-java-backend-suite
devopsjavascriptv0.1.40
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mcp-java-backend-suite (CLI)
npx mcp-java-backend-suite config
npm install -g mcp-java-backend-suite && mcp-java-backend-suite config
Use npx to avoid global install; the package is deprecated and should not be installed globally for production.
suite configuration
const config = { dbAnalyzer: { command: 'npx', args: ['mcp-db-analyzer'] } };
const config = require('mcp-java-backend-suite/config.json');
Configuration is generated by the CLI tool, not imported as a module.
individual server composition
import { Server } from '@model-context-protocol/sdk'; // Not directly re-exported
import { dbAnalyzer } from 'mcp-java-backend-suite';
The suite does not export individual server implementations; each server is a separate npm package launched via npx.

Generate Claude Desktop configuration and use 35 diagnostic tools across 5 servers.

// 1. Generate Claude Desktop configuration npx mcp-java-backend-suite config // 2. Copy output to ~/.claude/claude_desktop_config.json // Example minimal config: { "mcpServers": { "jvm-diagnostics": { "command": "npx", "args": ["-y", "mcp-jvm-diagnostics"] } } } // 3. Restart Claude Desktop and use tools like: // - analyze-database // - analyze-thread-dump // - analyze-migration-risk // - analyze-health // - analyze-redis-memory
Debug
Known issues
deprecatedPackage is end-of-life 2026-05-10, no longer maintained, unpublished from npm.
fix
Switch to Apify marketplace actors: https://apify.com/irrationalways
affects: >=0.0.0
breakingnpm package has been unpublished — existing installations will fail on fresh installs.
fix
Use alternative tools or self-host the source from archived repository.
affects: >=0.0.0
gotchaConfiguration generation requires npx and network access; offline or air-gapped environments cannot generate config.
fix
Manually write the JSON configuration following the README example.
affects: >=0.0.0
gotchaEach server is a separate command; the suite does not reduce resource usage — all 5 servers run as independent processes.
fix
Only configure the servers you actually need to limit process count.
affects: >=0.0.0
gotchaRedis diagnostics requires REDIS_URL environment variable; failing to set it will cause silent failures.
fix
Set REDIS_URL in the server's env block in Claude Desktop config.
affects: >=0.0.0
Errors
Common errors & fixes
npm ERR! 404 Not Found - GET https://registry.npmjs.org/mcp-java-backend-suite - Not found
Package unpublished from npm registry.
fix
Use the archived GitHub source or switch to alternative MCP servers.
Error: Cannot find module 'mcp-java-backend-suite'
Package not installed or hoisted incorrectly.
fix
Do not import as a module; use npx to run the CLI tool.
No tools available: server returned empty tool list
Individual server package not installed or not started correctly.
fix
Ensure each server is launched via npx with correct command (e.g., npx mcp-jvm-diagnostics).
Error: connect ECONNREFUSED ::1:6379
Redis server not running or REDIS_URL misconfigured.
fix
Start Redis locally or update REDIS_URL to correct connection string.
Upgrade
Version history
0.1.40latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
mcp-java-backend-suite — npm install mcp-java-backend-suite · libregistry