AgentSecurityLens MCP Security Trust Check for Grok
io.github.professor2k8/agent-security-lens
MCP security trust-check for agents before installing MCPs, Skills or tools.
client:Grok
transport:stdio
runtime:npm
Install AgentSecurityLens MCP Security Trust Check in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-security-lens": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-security-lens"
],
"env": {
"ASL_API_URL": "<ASL_API_URL>",
"ASL_API_KEY": "<ASL_API_KEY>",
"ASL_MODE": "<ASL_MODE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs