Spring Boot based MCP Server provide full Spring Ecosystem Documentation for LLMs
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"spring-documentation": {
"command": "npx",
"args": [
"-y",
"akvdevav/spring-documentation-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add spring-documentation npx -y akvdevav/spring-documentation-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"spring-documentation": {
"command": "npx",
"args": [
"-y",
"akvdevav/spring-documentation-mcp-server"
]
}
}
}