Skip to content
Cursor

CyberLens for Cursor

io.github.shadoprizm/cyberlens-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install CyberLens in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cyberlens-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shadoprizm/cyberlens-mcp-server"
      ],
      "env": {
        "CYBERLENS_API_KEY": "<CYBERLENS_API_KEY>",
        "CYBERLENS_API_BASE_URL": "<CYBERLENS_API_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CyberLens in other clients