mcp-server-demo

nageoffer/mcp-server-demo
★ 3 stars Java 🤖 AI/LLM Updated 15d ago
基于 Spring AI 的 MCP 服务端示例项目,使用 stdio 传输方式对外提供企业工具能力
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": {
    "mcp-server-demo": {
      "command": "npx",
      "args": [
        "-y",
        "nageoffer/mcp-server-demo"
      ]
    }
  }
}