spring-ai-agent

techietag/spring-ai-agent
★ 3 stars Java AI/LLM Updated 2d ago
Spring Boot demo application to demonstrate how an agent can be created which integrates with local tools , mcp servers and RAG.
View on GitHub → 🔍 Audit Wallet Slippage →

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