MCP Server
MCP
io.github.dl-eigenart/agentshield-mcp
Detect prompt injection, jailbreak, and social-engineering attacks in LLM agents.
Install
npx -y @eigenart/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@eigenart/agentshield-mcp",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your AgentShield API key. Sign up at https://agentshield.pro/signup (free tier, no credit card).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AGENTSHIELD_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment