Odel
AgentSecurityLens MCP Security Trust Check

AgentSecurityLens MCP Security Trust Check

Local
@professor2k8JavaScriptUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagent-security-lensv0.1.12

Run

npx -y agent-security-lens

MCP client config

{
  "mcpServers": {
    "agentsecuritylens-mcp-security-trust-check": {
      "command": "npx",
      "args": [
        "-y",
        "agent-security-lens"
      ]
    }
  }
}