An Model Context Protocol based Server for build tools for the JVM.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-jvm-build": {
"command": "npx",
"args": [
"-y",
"thepragmatik/mcp-server-jvm-build-tools"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-jvm-build npx -y thepragmatik/mcp-server-jvm-build-tools
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-jvm-build": {
"command": "npx",
"args": [
"-y",
"thepragmatik/mcp-server-jvm-build-tools"
]
}
}
}