← Index

io.github.rom-baro/arcwall-security

io.github.rom-baro/arcwall-security·v1.0.1·Security
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "arcwall-security": {
      "command": "npx",
      "args": [
        "-y",
        "@arcwall/mcp-server"
      ],
      "env": {
        "ARCWALL_API_KEY": "<your-arcwall_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "arcwall-security": {
      "command": "npx",
      "args": [
        "-y",
        "@arcwall/mcp-server"
      ],
      "env": {
        "ARCWALL_API_KEY": "<your-arcwall_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @arcwall/mcp-server
§02  Environment variables
ARCWALL_API_KEY
requiredsecret

Your Arcwall API key from arcwall.io/app.html

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Security