io.github.bch1212/injectshield
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_KEYrequiredsecret
API key from https://injectshield.dev (free tier: 10K req/mo).
INJECTSHIELD_API_BASEOverride 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
OpenAI Tools MCP Server
ai.com.mcp/openai-tools
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
ai.llmse/mcp
ai.llmse/mcp
Public MCP server for the LLM Search Engine
ai.nudg3/brand-intelligence
ai.nudg3/brand-intelligence
Query your Nudg3 brand visibility across ChatGPT, Claude, Gemini, AI Overviews, and Perplexity.