AgentStack
MCP verified Apache-2.0 Self-run

Defenter Proxy

mcp-defenter-ai-defenter-proxy · by Defenter-AI

Security proxy that automatically wraps MCP servers with real-time monitoring and policy enforcement

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add mcp-defenter-ai-defenter-proxy

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.0.92 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.0.92. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Defenter Proxy? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Defenter

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.


🚀 How to use

The simplest way to use Defenter is to install the VS Code or Cursor extension:

Once installed, the extension automatically intercepts and protects:

  • MCP server calls
  • Coding agent prompts and responses
  • File reads and shell commands triggered by the agent

No manual MCP configuration is needed.


Overview

Defenter is a semantic policy broker for AI coding agents. It adds an intelligent security layer inside your IDE that:

  • Intercepts every coding agent prompt and action
  • Wraps every MCP tool call and response
  • Analyzes the payload for sensitive information and risky behavior in real time
  • Enforces your security policies with allow, redact, or block decisions

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:

  • Preventing data leaks and context contamination
  • Providing clear, visual monitoring of every agent decision

Architecture and how it works

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
  • Runs on the developer machine
  • Hooks coding agent prompts, file reads, and shell executions
  • Intercepts all MCP tool calls and responses
  • Performs client side redaction of secrets and PII
  • Cloud powered policy engine
  • Receives a minimal, redacted payload
  • Uses a classifier and analyzer to check for data leaks, context contamination, and prompt injection
  • Returns Allow, Redact, Need more info, or Block decisions in real time
  • Works with low latency to make sure the development flow in without friction
  • IDE integration
  • Seamless integration with VS Code and Cursor extensions
  • Shows a live monitoring view of all agent actions and Defenter decisions directly inside the IDE

Together, these pieces let you harness AI coding agents and MCP tools without compromising the security of your code, data, or workflows.


References

Python Proxy: See [src/README.md](src/README.md) for detailed implementation documentation

VSC Extension: See [targets/vsc-extension/README.md](targets/vsc-extension/README.md) for installation and user guide

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.0.92 Imported from the upstream source.