Skip to content

AgentSecurityLens MCP Security Trust Check for Zed

io.github.professor2k8/agent-security-lens

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

client:Zed transport:stdio runtime:npm

Install AgentSecurityLens MCP Security Trust Check in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "agent-security-lens": {
      "command": "npx",
      "args": [
        "-y",
        "agent-security-lens"
      ],
      "env": {
        "ASL_API_URL": "<ASL_API_URL>",
        "ASL_API_KEY": "<ASL_API_KEY>",
        "ASL_MODE": "<ASL_MODE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AgentSecurityLens MCP Security Trust Check in other clients