PluginBench
MCP Server
Active
MIT

io.github.bch1212/injectshield MCP Server

io.github.bch1212/injectshield

What is the io.github.bch1212/injectshield MCP server?

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

How to install io.github.bch1212/injectshield

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • INJECTSHIELD_API_KEY
    required
    secret

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

  • INJECTSHIELD_API_BASE

    Override the API base URL for self-hosted deployments.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "injectshield": {
      "command": "npx",
      "args": [
        "-y",
        "@injectshield/mcp"
      ],
      "env": {
        "INJECTSHIELD_API_KEY": "<YOUR_INJECTSHIELD_API_KEY>",
        "INJECTSHIELD_API_BASE": "<YOUR_INJECTSHIELD_API_BASE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "injectshield": {
      "command": "npx",
      "args": [
        "-y",
        "@injectshield/mcp"
      ],
      "env": {
        "INJECTSHIELD_API_KEY": "<YOUR_INJECTSHIELD_API_KEY>",
        "INJECTSHIELD_API_BASE": "<YOUR_INJECTSHIELD_API_BASE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "injectshield": {
      "command": "npx",
      "args": [
        "-y",
        "@injectshield/mcp"
      ],
      "env": {
        "INJECTSHIELD_API_KEY": "<YOUR_INJECTSHIELD_API_KEY>",
        "INJECTSHIELD_API_BASE": "<YOUR_INJECTSHIELD_API_BASE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "injectshield": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@injectshield/mcp"
      ],
      "env": {
        "INJECTSHIELD_API_KEY": "<YOUR_INJECTSHIELD_API_KEY>",
        "INJECTSHIELD_API_BASE": "<YOUR_INJECTSHIELD_API_BASE>"
      }
    }
  }
}
Claude Code
claude mcp add injectshield --env INJECTSHIELD_API_KEY=<YOUR_INJECTSHIELD_API_KEY> --env INJECTSHIELD_API_BASE=<YOUR_INJECTSHIELD_API_BASE> -- npx -y @injectshield/mcp

Related MCP servers

Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.

1
Python
View repository →

Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.

1
Python
MIT
View repository →

Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.

0
TypeScript
MIT
View repository →

Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.

0
Python
MIT
View repository →

Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.

0
Python
MIT
View repository →

Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.

0
Python
MIT
View repository →