Back to directory
cycode-cli

cycode-cli

@cycodehq98

Cycode CLI's MCP command starts a server to expose Cycode's security scanning capabilities (secrets, SCA, IaC, SAST) to AI systems via stdio, SSE, or streamable-http transports.

securityscanningcycodemcpclitool

Installation & Configuration

{
  "mcpServers": {
    "cycode": {
      "command": "uvx cycode 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

Transport
stdiossestreamable
Language
python
Created
2022/7/4
Updated
2026/4/17