
Legacy Java to Microservices Refactoring
from rohitdas-ai
A community gateway to migrate legacy Jakarta EE monoliths into Spring Boot using AST parsing.
Legacy Java to Spring Boot Refactoring โ Community Edition
Free discovery gateway and Java monolith project analyzer. For automated AST domain extraction, dependency resolution, Spring Boot 3.4 scaffolding, and PR creation, upgrade to the Enterprise edition on MCPize โ
What This Does
This free MCP server connects to your local codebase and allows your AI client to:
- โ Scan local Java package directories
- โ Discover monolithic project structures and classes
- โ Does NOT run deep AST domain boundary analysis (Enterprise only)
- โ Does NOT rewrite code or translate annotations (Enterprise only)
- โ Does NOT scaffold Spring Boot 3.4 microservices (Enterprise only)
- โ Does NOT validate Maven dependencies or build compilation (Enterprise only)
pip install mcpInstall
No external packages are required except the standard MCP SDK.
pip install mcpUsage
Run as stdio MCP server
python server.pyConfigure in your MCP client (e.g., Claude Desktop or Cursor)
Add the following block to your client configurations:
{
"mcpServers": {
"legacy-java-refactor-free": {
"command": "python",
"args": ["/path/to/freemium-stub/server.py"]
}
}
}Available Tools
refactor_java_monolith
Prompts the refactoring gateway to begin analysis.
- Arguments:
target_path(string): Absolute path to the source root of the legacy Java package to analyze.
Enterprise Features (Upgrade to Unlock)
| Feature | Community (Free) | Enterprise ($49.99/mo) |
|---|---|---|
| Monolith directory discovery | โ | โ |
| Identify Java class structures | โ | โ |
| Advanced AST Domain Boundary Analysis | โ | โ (Included) |
| Jakarta EE to Spring Boot 3.4 Scaffolding | โ | โ (Included) |
| Automated Dependency Mapping & Validation | โ | โ (Included) |
| Enterprise Sandbox Execution Controls | โ | โ (Included) |
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
License
MIT โ Community Edition only. Enterprise refactoring core-logic is proprietary.