Skip to content
Zed

arcwall security for Zed

io.github.rom-baro/arcwall-security

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

client:Zed transport:stdio runtime:npm

Install arcwall security in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

arcwall security in other clients