Loading languages...
CY

cycode-cli

@cycodehq

The Model Context Protocol (MCP) command allows you to start an MCP server that exposes Cycode's scanning capabilities to AI systems and applications. This enables AI models to interact with Cycode CLI tools via a standardized protocol.

security
scanning
cycode
mcp
cli

# mcpServer Config

{
  "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"
      }
    }
  }
}

# stdio

cycode mcp

# sseURL

http://127.0.0.1:8000

# streamableURL

http://127.0.0.1:8000
Transport:
stdio
sse
streamable
Langue:
python
Mis à jour:8/3/2025