Installation Guide

Install Black Duck Security Scanner

Choose your client, check trust signals, copy the right config, restart, then confirm whether it worked.

安装前检查单

可信度评分

75/100 (healthy)

风险级别

medium

最适配客户端

Cursor, Claude Desktop, VS Code, Codex, Generic MCP

安装难度

Easy

安装 Black Duck Security Scanner

选择客户端,复制或下载生成的 MCP 配置,粘贴到配置路径,然后重启客户端。

Install success loop

Copying is not the same as a successful install. MCP Market tracks each step separately so recommendations stay honest.

Copied

You copied a command or config. Nothing has been installed yet.

Attempted install

You pasted config, restarted the client, and tried to load the server.

Confirmed worked

The server appeared in your client and tools are usable.

1选择客户端

Cursor

2Check trust

Review warnings

3复制命令/配置

JSON

4Paste config

~/.cursor/mcp.json

5Restart

Cursor

6安装成功了吗?

Worked or failed

1

选择客户端

不同工具的配置格式略有不同,请选择你正在使用的客户端。

AI-first code editor with built-in MCP support

2

检查信任与风险

识别到的安装方式: npx. Runs with Node.js and npm/npx.

3

复制命令/配置

把配置添加到 ~/.cursor/mcp.json

~/.cursor/mcp.json
{
  "mcpServers": {
    "Black Duck Security Scanner": {
      "command": "npx",
      "args": [
        "-y",
        "@black-duck/mcp-server"
      ]
    }
  }
}
建议文件名: black-duck-security-scanner-cursor-mcp.json
4

粘贴并重启客户端

Install to Cursor

  1. Open Cursor and go to Settings -> MCP
  2. Click Add new MCP server
  3. Copy the configuration below and paste it
  4. Or manually edit the config file at ~/.cursor/mcp.json
  5. Restart Cursor to apply changes

Tip: You can manage multiple MCP servers in the same mcp.json file by adding them under the mcpServers key.

Quick verification checklist

Config saved at ~/.cursor/mcp.json
Cursor restarted after saving
Command works from a terminal
Server appears in the MCP tools list

After pasting the config, restart Cursor to apply changes.

6

After restarting Cursor, is it usable?

Submit the real outcome after you paste the config and restart the client. Copying or downloading config is not counted as install success.

Optional: help others by sharing your operating system