AIShield Security Scanner for Zed
io.github.lm203688/aishield
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
client:Zed
transport:stdio
runtime:npm
Install AIShield Security Scanner in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aishield": {
"command": "npx",
"args": [
"-y",
"aishield-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs