Skip to content
Zed

mcpshield for Zed

io.github.mcpshield-dev/mcpshield

Security scanner for MCP servers - detects tool poisoning and injection

client:Zed transport:stdio runtime:npm

Install mcpshield in Zed

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

{
  "context_servers": {
    "mcpshield": {
      "command": "npx",
      "args": [
        "-y",
        "mcpshield-cli"
      ]
    }
  }
}

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

mcpshield in other clients