An opinionated AI-native workflow for evolving modern Java Enterprise SDLC practices through reusable Skills, Agents, and MCP servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cursor-rules-java": {
"command": "npx",
"args": [
"-y",
"jabrena/cursor-rules-java"
]
}
}
}
Run in terminal:
claude mcp add cursor-rules-java npx -y jabrena/cursor-rules-java
Add to .cursor/mcp.json:
{
"mcpServers": {
"cursor-rules-java": {
"command": "npx",
"args": [
"-y",
"jabrena/cursor-rules-java"
]
}
}
}