MCP Server
MCP
io.github.ingressward/mcp-server
Block prompt injection, evasive spacing, and obscene content before it reaches your LLM.
Install
npx -y @ingressward/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@ingressward/mcp-server",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your IngressWard API key. Get one at https://www.ingressward.com.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "INGRESSWARD_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment