Skip to content
Grok

AIShield Security Scanner for Grok

io.github.lm203688/aishield

Scans MCP servers for tool poisoning, prompt injection and supply chain risks.

client:Grok transport:stdio runtime:npm

Install AIShield Security Scanner in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "aishield": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aishield-mcp-server"
      ]
    }
  }
}

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

AIShield Security Scanner in other clients