AI Firewall MCP for Zed
io.github.akhilucky/ai-firewall-mcp
Multi-agent LLM security layer detecting prompt injection and jailbreaks.
client:Zed
transport:stdio
runtime:pypi
Install AI Firewall MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ai-firewall-mcp": {
"command": "uvx",
"args": [
"ai-firewall-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs