SPRING_AI_MCP_SERVER

RaviKaladhar/SPRING_AI_MCP_SERVER
★ 0 stars Java AI/LLM Updated 1d ago
MCP server developed by leveraging Java Spring AI framework
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_mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "RaviKaladhar/SPRING_AI_MCP_SERVER"
      ]
    }
  }
}