Defenter Proxy for VS Code
io.github.defenter-ai/defenter-proxy
Real-time semantic security for AI coding agents and MCP tools
client:VS Code
transport:stdio
runtime:pypi
Install Defenter Proxy in VS Code
.vscode/mcp.json
{
"servers": {
"defenter-proxy": {
"type": "stdio",
"command": "uvx",
"args": [
"defenter-proxy"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs