Odel
CyberLens

CyberLens

Local
@shadoprizmTypeScriptMITUpdated 5mo ago

Security scanning for websites, public repositories, and Open CLAW skills.

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).

npm@shadoprizm/cyberlens-mcp-serverv1.0.0

Run

npx -y @shadoprizm/cyberlens-mcp-server

MCP client config

{
  "mcpServers": {
    "cyberlens": {
      "command": "npx",
      "args": [
        "-y",
        "@shadoprizm/cyberlens-mcp-server"
      ]
    }
  }
}