Odel
mcp server

mcp server

Local
@offensive360JavaScriptMITUpdated 1mo ago

Run Offensive360 SAST scans (60+ languages) on local code; findings with file/line and fixes

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmo360-mcpv1.0.2

Run

npx -y o360-mcp

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "o360-mcp"
      ]
    }
  }
}