← Back to Plugins
MCP Server MCP

io.github.jnMetaCode/shellward

github By github 👁 1 views ▲ 0 votes

AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...