MCP Server
MCP
AgentSecurityLens MCP Security Trust Check
MCP security trust-check for agents before installing MCPs, Skills or tools.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "agent-security-lens",
"version": "0.1.12",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AgentSecurityLens Cloud Intelligence API URL.",
"default": "https://agentsecuritylens-api.agentsecuritylens.workers.dev",
"name": "ASL_API_URL"
},
{
"description": "Optional API key for Team, Pro or Enterprise use.",
"isSecret": true,
"name": "ASL_API_KEY"
},
{
"description": "Set to local for offline fallback mode.",
"default": "online",
"name": "ASL_MODE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment