이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.If you experience issues with the Datadog Code Security MCP Server, use the following solutions to diagnose and resolve common problems.
This MCP server is separate from the
Datadog MCP Server, which provides cloud-based access to Datadog features and data. The Code Security MCP Server runs locally and focuses on code-level security scanning.
Binary not found
If a scan returns an error about a missing binary, install it using the instructions in the Install security binaries section.
Authentication errors
Check that your API and application keys are set:
echo $DD_API_KEY
echo $DD_APP_KEY
echo $DD_SITE
If the values are set but scans still fail, verify your keys have the correct permissions. See API and Application Keys for details.
MCP server not responding
Check that the binary is installed and accessible:
datadog-code-security-mcp version
Check MCP server logs:
tail -f ~/Library/Logs/Claude/mcp*.log
tail -f ~/.claude/logs/mcp*.log
Verify your client configuration points to the correct binary path. If installed through Homebrew, the binary should be on your PATH. Otherwise, use an absolute path in your configuration.
Partial results
When running a comprehensive scan (datadog_code_security_scan), some scan types may succeed while others fail (for example, if only some binaries are installed). The server returns:
- Results from all successful scanners.
- Error messages with installation instructions for any scanners that failed.
This is expected behavior. Install the missing binaries and re-run to get complete results.
Further Reading