LogoSTMCP
Download
cycode-cli

Cycode CLI User Guide

Cycode CLI is a security scanning tool that detects secrets, IaC misconfigurations, SCA vulnerabilities, and SAST issues in your code repositories with comprehensive scanning capabilities and AI integration.

Tools

1. cycode_secret_scan

Scan files for hardcoded secrets.

2. cycode_sca_scan

Scan files for Software Composition Analysis (SCA) - vulnerabilities and license issues.

3. cycode_iac_scan

Scan files for Infrastructure as Code (IaC) misconfigurations.

4. cycode_sast_scan

Scan files for Static Application Security Testing (SAST) - code quality and security flaws.

5. cycode_status

Get Cycode CLI version, authentication status, and configuration information.

Open Graph image for Cycode CLI User Guide

JSON Config

{
  "mcpServers": {
    "cycode": {
      "command": "cycode",
      "args": ["mcp"],
      "env": {
        "CYCODE_CLIENT_ID": "your-cycode-id",
        "CYCODE_CLIENT_SECRET": "your-cycode-secret-key",
        "CYCODE_API_URL": "https://api.cycode.com",
        "CYCODE_APP_URL": "https://app.cycode.com"
      }
    }
  }
}

Information