MCP Server
MCP
io.github.jnMetaCode/shellward
AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment