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
{
"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