Skip to content
Grok

Mund — MCP Security Scanner for Grok

io.github.tyox-all/mund

Scan for prompt injection, secrets, PII, and vet MCP servers before installation

client:Grok transport:stdio runtime:npm

Install Mund — MCP Security Scanner in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mund": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@weave_protocol/mund"
      ]
    }
  }
}

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

Mund — MCP Security Scanner in other clients