Skip to content
Cursor

Defenter Proxy for Cursor

io.github.defenter-ai/defenter-proxy

Real-time semantic security for AI coding agents and MCP tools

client:Cursor transport:stdio runtime:pypi

Install Defenter Proxy in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "defenter-proxy": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "defenter-proxy"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Defenter Proxy in other clients