This is a security proxy that sits between your IDE and MCP servers to scan for leaked secrets, PII, and risky operations before they reach coding agents or external tools. It hooks into VS Code, Cursor, and Claude Code to intercept prompts, file reads, shell commands, and MCP tool calls, then runs them through a local redaction layer and cloud classifier that can allow, redact, or block each action in real time. You'd reach for this if you're running AI coding agents in production codebases and need semantic understanding of what's being shared, not just network level controls. The extension handles setup automatically, so no manual MCP configuration required.
Real-time semantic security for AI coding agents and MCP tools in VS Code, Claude Code and Cursor.
Defenter monitors every prompt, every coding agent tool call, every MCP server call, and key file and shell operations in your IDE. It acts as a semantic policy broker that understands what agents are doing, not just where they send data, so you can use AI coding agents without leaking secrets or customer data.
The simplest way to use Defenter is to install the VS Code or Cursor extension:
Once installed, the extension automatically intercepts and protects:
No manual MCP configuration is needed.
Defenter is a semantic policy broker for AI coding agents. It adds an intelligent security layer inside your IDE that:
Traditional security tools cannot see what an agent is about to share or execute. They look at apps and destinations, not at the intent and content of an agent’s actions.
Defenter bridges this gap by:
This repository contains the Defenter proxy and related components that secure MCP and coding agent traffic.
Defenter is built as a Python based proxy and local middleware that the IDE extension uses to enforce policy. At a high level:
Local middleware layer
Cloud powered policy engine
IDE integration
Together, these pieces let you harness AI coding agents and MCP tools without compromising the security of your code, data, or workflows.
Python Proxy: See src/README.md for detailed implementation documentation
VSC Extension: See targets/vsc-extension/README.md for installation and user guide
com.exploit-intel/eip-mcp
dmontgomery40/pentest-mcp
pantheon-security/notebooklm-mcp-secure
cyanheads/pentest-mcp-server
io.github.akhilucky/ai-firewall-mcp