Skip to content
Grok

MCP stdio ShellGuard for Grok

io.studiomeyer/stdio-shellguard

Defense-in-depth for MCP stdio servers: shell-injection guard, AST audit CLI, RCE blocking.

client:Grok transport:stdio runtime:npm

Install MCP stdio ShellGuard in Grok

.mcp.json (in your project root)

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

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

MCP stdio ShellGuard in other clients