Catalog
io.github.ingressward/mcp-server
Officialby ingressward · TypeScript
Block prompt injection, evasive spacing, and obscene content before it reaches your LLM.
Blocks prompt injection, spacing evasion, and obscene content before reaching your LLM.
README not available yet.
Install
Configuration
Environment variables
INGRESSWARD_API_KEYrequiredsecretYour IngressWard API key. Get one at https://www.ingressward.com.
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@ingressward/mcp-server@1.0.0"
],
"env": {
"INGRESSWARD_API_KEY": "<YOUR_INGRESSWARD_API_KEY>"
}
}
}
}