← Back to browse

AgentSecurityLens MCP Security Trust Check

Indexed by io.github.professor2k8

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsASL_API_URL ASL_API_KEY ASL_MODE
Claude Code
claude mcp add --env ASL_API_URL= --env ASL_API_KEY= --env ASL_MODE= agent-security-lens -- npx agent-security-lens
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"agent-security-lens","command":"npx","args":["agent-security-lens"],"env":{"ASL_API_URL":"","ASL_API_KEY":"","ASL_MODE":""}}'
JSON
{
  "mcpServers": {
    "agent-security-lens": {
      "command": "npx",
      "args": [
        "agent-security-lens"
      ],
      "env": {
        "ASL_API_URL": "",
        "ASL_API_KEY": "",
        "ASL_MODE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.