spring-documentation-mcp-server

akvdevav/spring-documentation-mcp-server
★ 2 stars Unknown language AI/LLM Updated 3d ago
Spring Boot based MCP Server provide full Spring Ecosystem Documentation for LLMs
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}