io.github.rom-baro/arcwall-security✓
io.github.rom-baro/arcwall-security · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.rom-baro/arcwall-security",
"description": "Security scanning for AI coding tools. Detects secrets, threat models, and runs pre-commit checks.",
"repository": {
"url": "https://github.com/rom-baro/arcwall-mcp",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"identifier": "@arcwall/mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Arcwall API key from arcwall.io/app.html",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ARCWALL_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}