← Back to Plugins
MCP Server MCP

io.github.bch1212/injectshield

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @injectshield/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@injectshield/mcp",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from https://injectshield.dev (free tier: 10K req/mo).",
          "isRequired": true,
          "isSecret": true,
          "name": "INJECTSHIELD_API_KEY"
        },
        {
          "description": "Override the API base URL for self-hosted deployments.",
          "default": "https://api.injectshield.dev",
          "name": "INJECTSHIELD_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...