← Index

io.github.dl-eigenart/agentshield-mcp

io.github.dl-eigenart/agentshield-mcp·v0.1.3·AI & LLMs
Quality Score
80
/100

Detect prompt injection, jailbreak, and social-engineering attacks in LLM agents.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentshield-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@eigenart/agentshield-mcp"
      ],
      "env": {
        "AGENTSHIELD_API_KEY": "<your-agentshield_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentshield-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@eigenart/agentshield-mcp"
      ],
      "env": {
        "AGENTSHIELD_API_KEY": "<your-agentshield_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @eigenart/agentshield-mcp
§02  Environment variables
AGENTSHIELD_API_KEY
requiredsecret

Your AgentShield API key. Sign up at https://agentshield.pro/signup (free tier, no credit card).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs