Developer Tools
Trust: 36/100 (Limited)io.github.roeiba/pmd Guide
MCP server for PMD static code analyzer - run code analysis and detect duplicates
1 starsby roeiba
Quick Start
Install
npx @springsoftware/pmd-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-roeiba-pmd": {
"command": "npx",
"args": [
"@springsoftware/pmd-mcp"
]
}
}
}