测试1

materlu/luweitest
1 Stars 6 次浏览 masterlu 更新于 2026-08-23

MCP 服务配置

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

{
  "mcpServers": {
    "custom-data-query-service": {
      "headers": {
        "Authorization": "Basic {{MCP_DATA_SERVICE_CREDENTIAL}}",
        "Client-ID": "modelscope-agent-prod"
      },
      "url": "http://internal-api.company.com/mcp/data-query"
    },
    "image-classification-service": {
      "headers": {
        "Authorization": "Bearer {{MCP_IMAGE_CLASSIFICATION_API_KEY}}",
        "Content-Type": "application/json"
      },
      "url": "https://your-deployed-service.modelscope.cn/v1"
    },
    "text-embedding-service": {
      "headers": {
        "Authorization": "Bearer {{MCP_TEXT_EMBEDDING_API_KEY}}",
        "X-Model": "damo/nlp_gte-text-embedding_chinese-small"
      },
      "url": "https://embedding-service.modelscope.cn/v1"
    }
  }
}

服务介绍

luweitest

相关 MCP 服务