Skip to content
Grok

mcp-armor for Grok

io.studiomeyer/armor

Security sidecar for MCP servers: 11 read-only control-plane tools for prompt-injection checks.

client:Grok transport:stdio runtime:oci

Install mcp-armor in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "armor": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/studiomeyer-io/mcp-armor:0.8.1"
      ]
    }
  }
}

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-armor in other clients