f

fluidattacks

@fluidattacks/mcp
0 Stars 342 次浏览 fluidattacks 更新于 2026-08-23

MCP 服务配置

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

{
  "mcpServers": {
    "fluidattacks-mcp": {
      "args": [
        "-y",
        "@fluidattacks/mcp"
      ],
      "command": "npx",
      "env": {
        "API_TOKEN": "your_api_token_here"
      }
    }
  }
}

服务介绍

mcp

提供与Fluidattacks API交互工具的MCP服务器。

配置

如果您不知道如何生成API_TOKEN,请参阅文档

json
{
"mcpServers": {
"fluidattacks-mcp": {
"command": "npx",
"args": [
"-y",
"@fluidattacks/mcp"
],
"env": {
"API_TOKEN": "your_api_token_here"
}
}
}
}

相关 MCP 服务