← Back to Plugins
MCP Server MCP

CyberLens

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @shadoprizm/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@shadoprizm/cyberlens-mcp-server",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "CyberLens API key. Optional if you use the connect_account browser flow.",
          "format": "string",
          "isSecret": true,
          "name": "CYBERLENS_API_KEY"
        },
        {
          "description": "Optional override for the CyberLens public scan API base URL.",
          "format": "string",
          "name": "CYBERLENS_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...