Pmd runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 8 Dec 2025.
MCP server for PMD static code analyzer - run code analysis and detect duplicates
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add pmd -- npx -y @springsoftware/pmd-mcp
{
"mcpServers": {
"pmd": {
"args": [
"-y",
"@springsoftware/pmd-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.pmd]
command = "npx"
args = ["-y", "@springsoftware/pmd-mcp"]
{
"mcpServers": {
"pmd": {
"args": [
"-y",
"@springsoftware/pmd-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"pmd": {
"args": [
"-y",
"@springsoftware/pmd-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.