📊 MCP server that analyzes Java bytecode for package stability, coupling, cycles, and Hexagonal Architecture violations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"arch-metrics-mcp": {
"command": "npx",
"args": [
"-y",
"baokhang83/arch-metrics-mcp"
]
}
}
}
Run in terminal:
claude mcp add arch-metrics-mcp npx -y baokhang83/arch-metrics-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"arch-metrics-mcp": {
"command": "npx",
"args": [
"-y",
"baokhang83/arch-metrics-mcp"
]
}
}
}