java-ai-agents-lab

DLeon24/java-ai-agents-lab
★ 0 stars Java AI/LLM Updated 4d ago
Generative AI projects in Java with Spring Boot and Quarkus: agents, RAG, memory, MCP (server/client), tools and LangChain orchestration with GPT, Claude and Ollama, plus image generation/analysis and voice pipelines (speech-to-text and text-to-speech)
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": {
    "java-ai-agents-lab": {
      "command": "npx",
      "args": [
        "-y",
        "DLeon24/java-ai-agents-lab"
      ]
    }
  }
}

README Excerpt

Monorepo of **Generative AI projects in Java** using **Spring Boot** and **Quarkus**: agents, RAG, memory, MCP (server/client), tools, and LangChain-style orchestration with **GPT**, **Claude**, **Ollama**, plus image generation/analysis and voice pipelines (speech-to-text and text-to-speech). ``` java-ai-agents-lab/