arcwall security for Claude Desktop
io.github.rom-baro/arcwall-security
Security scanning for AI coding tools. Detects secrets, threat models, and runs pre-commit checks.
client:Claude Desktop
transport:stdio
runtime:npm
Install arcwall security in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"arcwall-security": {
"command": "npx",
"args": [
"-y",
"@arcwall/mcp-server"
],
"env": {
"ARCWALL_API_KEY": "<ARCWALL_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs