Skip to content
Grok

nemesis shield for Grok

io.github.eobi/nemesis-shield

Positive-security for apps, APIs, LLMs and edge, plus fraud scoring and identity/AML screening.

client:Grok transport:stdio runtime:npm

Install nemesis shield in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "nemesis-shield": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nemesis-shield-autogon/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

nemesis shield in other clients