Skip to content
Cursor

arcwall security for Cursor

io.github.rom-baro/arcwall-security

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

client:Cursor transport:stdio runtime:npm

Install arcwall security in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

arcwall security in other clients