A template idea project by springboot、mcp、junit. Available for both stdio and sse mode.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"springboot-mcpserver": {
"command": "npx",
"args": [
"-y",
"dreamcenter/springboot-MCPserver-JUnit"
]
}
}
}
Run in terminal:
claude mcp add springboot-mcpserver npx -y dreamcenter/springboot-MCPserver-JUnit
Add to .cursor/mcp.json:
{
"mcpServers": {
"springboot-mcpserver": {
"command": "npx",
"args": [
"-y",
"dreamcenter/springboot-MCPserver-JUnit"
]
}
}
}