Skip to content
Grok

arcwall security for Grok

io.github.rom-baro/arcwall-security

Security scanning for AI coding tools. Detects secrets, threat models, and runs pre-commit checks.

client:Grok transport:stdio runtime:npm

Install arcwall security in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "arcwall-security": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@arcwall/mcp-server"
      ],
      "env": {
        "ARCWALL_API_KEY": "<ARCWALL_API_KEY>"
      }
    }
  }
}

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

arcwall security in other clients