Odel
agentshield platform

agentshield platform

Local
@dl-eigenartHTMLMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@eigenart/agentshield-mcpv0.1.3

Run

npx -y @eigenart/agentshield-mcp

MCP client config

{
  "mcpServers": {
    "agentshield-platform": {
      "command": "npx",
      "args": [
        "-y",
        "@eigenart/agentshield-mcp"
      ]
    }
  }
}