Skip to content
Cursor

AgentSecurityLens MCP Security Trust Check for Cursor

io.github.professor2k8/agent-security-lens

MCP security trust-check for agents before installing MCPs, Skills or tools.

client:Cursor transport:stdio runtime:npm

Install AgentSecurityLens MCP Security Trust Check 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": {
    "agent-security-lens": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-security-lens"
      ],
      "env": {
        "ASL_API_URL": "<ASL_API_URL>",
        "ASL_API_KEY": "<ASL_API_KEY>",
        "ASL_MODE": "<ASL_MODE>"
      }
    }
  }
}

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

AgentSecurityLens MCP Security Trust Check in other clients