← Index

io.github.bch1212/injectshield

io.github.bch1212/injectshield·v0.1.4·AI & LLMs
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "injectshield": {
      "command": "npx",
      "args": [
        "-y",
        "@injectshield/mcp"
      ],
      "env": {
        "INJECTSHIELD_API_KEY": "<your-injectshield_api_key>",
        "INJECTSHIELD_API_BASE": "https://api.injectshield.dev"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "injectshield": {
      "command": "npx",
      "args": [
        "-y",
        "@injectshield/mcp"
      ],
      "env": {
        "INJECTSHIELD_API_KEY": "<your-injectshield_api_key>",
        "INJECTSHIELD_API_BASE": "https://api.injectshield.dev"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @injectshield/mcp
§02  Environment variables
INJECTSHIELD_API_KEY
requiredsecret

API key from https://injectshield.dev (free tier: 10K req/mo).

INJECTSHIELD_API_BASE

Override the API base URL for self-hosted deployments.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs