spring-ai-meetup-demo

LefterisXris/spring-ai-meetup-demo
★ 0 stars Java 🤖 AI/LLM Updated today
Spring AI in Action: Building an intelligent Meetup Assistant with Spring Boot -- ChatClient, structured output, tool calling, chat memory & MCP server. Hands-on demo from SKG Java Meetup (Thessaloniki).
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-ai-meetup-dem": {
      "command": "npx",
      "args": [
        "-y",
        "LefterisXris/spring-ai-meetup-demo"
      ]
    }
  }
}

README Excerpt

A progressive, hands-on demo built for the [SKG Java Meetup](https://www.meetup.com/thessaloniki-java-meetup-group/) (Thessaloniki) showing how to integrate AI capabilities into Spring Boot applications using [Spring AI](https://spring.io/projects/spring-ai). The project builds an intelligent **Meetup Community Assistant** that can query members, search by name, RSVP to events, and more -- all through natural language.