Black Duck Signal MCP Server
OfficialAllows performing security scans on code changes or specific files using Black Duck's Signal AI-powered analysis, detecting vulnerabilities and providing actionable insights and recommended fixes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Black Duck Signal MCP ServerScan my recent code changes for vulnerabilities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Black Duck MCP
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.
Key Features & Benefits
Changes Scan:
Performs fast, incremental security scans focused only on the code changes introduced by the developer.
Ideal for early-stage detection of issues as code is written
File Scan:
Runs a targeted security analysis on specific files or directories.
Best suited for projects that do not use Git or for developers who want to analyze specific portions of the codebase
Cross-Platform Support:
Works on Windows, macOS, and Linux
Related MCP server: Security MCP Server
Requirements
Node.js v24.0.0 or newer
Getting started
Step 1: Add to your MCP client
Add the following configuration to your MCP client (using Claude user level config as example):
{
"mcpServers": {
"black-duck-signal": {
"command": "npx",
"args": ["-y", "@black-duck/mcp-server"],
"env": {
"BLACKDUCK_MCP_GATEWAY_KEY": "your-api-key-here"
}
}
}
}Step 2: Your first scan
Use one of following prompts in your MCP client to get you started:
Scan my code changes for security vulnerabilitiesYour 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.
Scan the changed files with respect to the main branchYour 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.
Scan all files under folder foobar for security vulnerabilitiesYour MCP client should execute a security scan and report any vulnerabilities found.
Tools
Tool | Parameters | Returns | Best Use Cases |
|
| • | • Faster: Analyzes only changed code• Focused: Shows issues from your changes• Iterative: Perfect for dev workflows & CI/CD• Efficient: Reduces scan cost and time |
|
| • | • Analyzing specific files/directories• Focused security review of critical paths• Quick checks during development• Non-git projects |
Optional Configuration
The Black Duck Signal MCP server supports the following environment variables:
Variable | Default | Description |
| None (required) | API key for enhanced AI analysis |
| User's home directory | Override the default |
|
| Scan timeout in milliseconds |
|
| Log level: |
You can set these variables in your MCP client configuration:
{
"mcpServers": {
"black-duck": {
"command": "npx",
"args": ["-y", "@black-duck/mcp-server"],
"env": {
"BLACKDUCK_MCP_GATEWAY_KEY": "your-api-key-here",
"BLACKDUCK_MCP_LOG_LEVEL": "debug"
}
}
}
}Logging and Troubleshooting
Log Location
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 log
IP Allowlist
The following URLs and IP addresses must be accessible for the MCP server to function properly:
URL | IP Address |
|
|
|
|
Ensure your firewall allows outbound HTTPS (port 443) connections to these endpoints
License
This project is licensed under the MIT License.
Resources
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blackducksoftware/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server