若依

sushengao/ruoyi
0 Stars 49 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "ruoyi_user_service": {
      "args": [
        {
          "description": "用户唯一标识ID",
          "name": "user_id",
          "type": "string"
        }
      ],
      "command": "",
      "env": {}
    }
  }
}

服务介绍

获取若依系统列表,支持按用户ID查询

相关 MCP 服务