Skip to content
Grok

securityscan for Grok

io.github.securityscan-api/securityscan

Security for AI agents: MCP audits, secret redaction, skill vetting, network scans, agent checkout.

client:Grok transport:stdio runtime:pypi

Install securityscan in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "securityscan": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "securityscan-mcp"
      ]
    }
  }
}

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

securityscan in other clients