AI Firewall MCP for VS Code
io.github.akhilucky/ai-firewall-mcp
Multi-agent LLM security layer detecting prompt injection and jailbreaks.
client:VS Code
transport:stdio
runtime:pypi
Install AI Firewall MCP in VS Code
.vscode/mcp.json
{
"servers": {
"ai-firewall-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ai-firewall-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs