AI-powered security scanning using Black Duck Signal for vulnerability detection.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Black Duck Security Scanner.
run_changes_security_scanβ’ **Faster**: Analyzes only changed code<br>β’ **Focused**: Shows issues from your changes<br>β’ **Iterative**: Perfect for dev workflows & CI/CD<br>β’ **Efficient**: Reduces scan cost and time
run_security_scanβ’ Analyzing specific files/directories<br>β’ Focused security review of critical paths<br>β’ Quick checks during development<br>β’ Non-git projects
Black Duck MCP brings Signal's AI-powered security analysis directly into your development environment. It enables code scanning through leading coding assistants β including Claude, Gemini, Cursor, Copilot, and others β so you can detect security issues, receive actionable insights, and apply recommended fixes quickly and consistently.
Add the following configuration to your MCP client (using Claude user level config as example):
Use one of following prompts in your MCP client to get you started:
Your MCP client should execute a security scan and report any vulnerabilities found on the code changes made. Requires that the project is git based to determine what files have changed.
Your MCP client should execute a security scan taking into account only code changes in the current branch vs the main branch and report any vulnerabilities found on the code changes made. Requires that the project is git based to determine what files have changed.
Your MCP client should execute a security scan and report any vulnerabilities found.
| Tool | Parameters | Returns | Best Use Cases |
|---|---|---|---|
run_changes_security_scan | projectPath (required): Absolute path to git projectgitPatchMode (required):β’ all-uncommitted: Scan staged + unstaged changesβ’ reference-branch: Scan changes since branchingreferenceBranch (optional): Reference branch name (e.g., main)scanEntireFileContent (optional): When true, scans entire content of changed files instead of just changed lines. Default: false | β’ sarifFilePath: Path to SARIF reportβ’ status: success or failureβ’ resourceUris: MCP resource URIsβ’ issueCounts: Counts by severityβ’ analysisGuidance: Analysis steps | β’ Faster: Analyzes only changed code β’ Focused: Shows issues from your changes β’ Iterative: Perfect for dev workflows & CI/CD β’ Efficient: Reduces scan cost and time |
run_security_scan | projectPath (required): Absolute path to projectfilePaths (required): Array of file/directory absolute paths to scan | β’ sarifFilePath: Path to SARIF reportβ’ status: success or failureβ’ resourceUris: MCP resource URIsβ’ issueCounts: Counts by severityβ’ analysisGuidance: Analysis steps | β’ Analyzing specific files/directories β’ Focused security review of critical paths β’ Quick checks during development β’ Non-git projects |
The Black Duck Signal MCP server supports the following environment variables:
| Variable | Default | Description |
|---|---|---|
BLACKDUCK_MCP_GATEWAY_KEY | None (required) | API key for enhanced AI analysis |
BLACKDUCK_HOME | User's home directory | Override the default .blackduck folder location |
BLACKDUCK_MCP_TOOL_TIMEOUT | 1800000 (30 min) | Scan timeout in milliseconds |
BLACKDUCK_MCP_LOG_LEVEL | info | Log level: error, warn, info, or debug |
You can set these variables in your MCP client configuration:
All MCP logs are written to /Users/<username>/.blackduck/mcp/logs/ for linux/mac and C:\Users\<Username>\AppData\Roaming\BlackDuck\mcp\logs\ (customizable via BLACKDUCK_HOME):
black-duck-mcp.log - Combined log (all levels)black-duck-mcp-error.log - Error-only logThe following URLs and IP addresses must be accessible for the MCP server to function properly:
| URL | IP Address |
|---|---|
repo.blackduck.com | 34.149.5.115 |
llm.core.blackduck.com | 104.18.36.253 |
Ensure your firewall allows outbound HTTPS (port 443) connections to these endpoints
This project is licensed under the MIT License.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/black-duck-security-scanner)<a href="https://allmcps.com/mcp/black-duck-security-scanner"><img src="https://allmcps.com/api/badge/black-duck-security-scanner?style=directory" alt="Black Duck Security Scanner on AllMCPs" /></a>