spring-ai-examples

chinaxwl/spring-ai-examples
★ 3 stars Java 💻 Code/Dev Tools Updated 10mo ago
整合国内阿里百炼模型,提供了基于stdio和sse方式的mcp client和mcp server
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-examples": {
      "command": "npx",
      "args": [
        "-y",
        "chinaxwl/spring-ai-examples"
      ]
    }
  }
}