Skip to content
Zed

agentshield mcp for Zed

io.github.dl-eigenart/agentshield-mcp

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

client:Zed transport:stdio runtime:npm

Install agentshield mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "agentshield-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@eigenart/agentshield-mcp"
      ],
      "env": {
        "AGENTSHIELD_API_KEY": "<AGENTSHIELD_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

agentshield mcp in other clients