spring-ai-mcp-server

krdk01/spring-ai-mcp-server
★ 2 stars Java 🤖 AI/LLM Updated 6mo ago
Model Context Protocol: A server application with Spring AI
View on GitHub →

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-ai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "krdk01/spring-ai-mcp-server"
      ]
    }
  }
}