Odel
injectshield

injectshield

Local
@bch1212TypeScriptMITUpdated 3mo ago

Prompt-injection firewall for AI agents — scan untrusted text before LLM calls.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@injectshield/mcpv0.1.4

Run

npx -y @injectshield/mcp

MCP client config

{
  "mcpServers": {
    "injectshield": {
      "command": "npx",
      "args": [
        "-y",
        "@injectshield/mcp"
      ]
    }
  }
}