MCP Server
MCP
io.github.bch1212/injectshield
Prompt-injection firewall for AI agents — scan untrusted text before LLM calls.
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
By
Comments
Sign in to leave a comment