spring-ai-mcp-server

cagritrk/spring-ai-mcp-server
★ 6 stars Java 🤖 AI/LLM Updated 21d ago
Sample Spring AI MCP Server project built for fun and experimentation. 🚀 It implements basic CRUD operations using an in-memory data store with dummy Person data. 🤖
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",
        "cagritrk/spring-ai-mcp-server"
      ]
    }
  }
}