shenyu (MCP Server)

GitHub

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "shenyu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-shenyu"
      ]
    }
  }
}