spring-mosaic
spring-mosaic
MCP server that reviews SoftTech Java / Spring Boot / PostgreSQL repositories, scores changes against org standards, and returns actionable feedback so teams follow best practices.
Sibling of ai-mosaic (Angular / TS frontends).
Package: @himakarinv-stack/spring-mosaic · GitHub Packages
What it does for SoftTech repos
Step | Tool |
Detect stack |
|
Plan the review |
|
Scan changes |
|
Standards |
|
Architecture |
|
Agents should install this MCP in backend repos (HRMS, APIs, etc.) and run the workflow on every PR / local change set.
Install into a Spring / Java repo
1. Authenticate (one-time)
@himakarinv-stack:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN2. Install + wire Cursor
npm install --save-dev @himakarinv-stack/spring-mosaic
npx spring-mosaic-setupOr:
npx --registry=https://npm.pkg.github.com -p @himakarinv-stack/spring-mosaic spring-mosaic-setupSuggested review workflow
detect_spring_context
→ review_pr_diff (changed files)
→ audit_changed_files
→ get_pr_review_brief + get_review_sections_for_diff
→ write human feedback (blockers → info) using review-formatTools
Tool | Purpose |
| Boot/Java version, Maven/Gradle, modules |
| Domain index |
| One standards section |
| Topic deep-dive |
| Review format + anti-patterns |
| Sections for changed extensions |
| PR orchestration plan |
| Structured feedback on a change set |
| Scan a path under the repo |
| Layer checklist |
| Single-file heuristic scan |
Local develop
cd "d:/softtech/MCP servers/spring-mosaic"
npm install
npm run build
npx spring-mosaic-setup --local --target path/to/java-repoSee CONTRIBUTING.md and PUBLISH.md.