io.github.jnMetaCode/shellward✓
io.github.jnMetaCode/shellward · v0.5.11
{}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.jnMetaCode/shellward",
"description": "AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.",
"repository": {
"url": "https://github.com/jnMetaCode/shellward",
"source": "github"
},
"version": "0.5.11",
"packages": [
{
"registryType": "npm",
"identifier": "shellward",
"version": "0.5.11",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Security mode: enforce (block + log) or audit (log only)",
"format": "string",
"name": "SHELLWARD_MODE"
},
{
"description": "Locale: auto, zh, or en",
"format": "string",
"name": "SHELLWARD_LOCALE"
},
{
"description": "Injection detection threshold 0-100 (lower = stricter)",
"format": "string",
"name": "SHELLWARD_THRESHOLD"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}