Skip to content
Grok

agent immune for Grok

io.github.denial-web/agent-immune

AI agent security: prompt injection detection, semantic memory, output scanning, prompt hardening

client:Grok transport:stdio runtime:pypi

Install agent immune in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-immune": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-immune"
      ]
    }
  }
}

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

agent immune in other clients