mcpbeat Sign in

Defenter Proxy MCP Server

by defenter-ai Your server? Claim it
local only

Defenter Proxy runs on your own machine — the client starts it, so there is no endpoint to ping. 122 installs a week from pypi. Last commit 19 Nov 2025.

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

Installs per day peak 67 · avg 15 · +77% w/w
a month agotoday
122
Installs / week
pypi · defenter-proxy
3
Stars
0 open issues
19 Nov 2025
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            proc = subprocess.Popen(('which', cmd), stdout=subprocess.PIPE, stderr=subprocess.DEVNULL, shell=False)
                const proc = spawn(uvCommand.executable, args, {
        re.compile(r'(?:https?://)?hooks.slack.com/(?:services|workflows|triggers)/[A-Za-z0-9+/]{43,56}', 0),
Dumps the whole environment targets/vsc-extension/webpack.config.js:10
    return Object.entries(process.env).reduce((res, [key, value]) => {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add defenter-proxy -- uvx defenter-proxy
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "defenter-proxy": {
      "args": [
        "defenter-proxy"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.defenter-proxy]
command = "uvx"
args = ["defenter-proxy"]
.cursor/mcp.json
{
  "mcpServers": {
    "defenter-proxy": {
      "args": [
        "defenter-proxy"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "defenter-proxy": {
      "args": [
        "defenter-proxy"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Defenter Proxy

same job, measured the same way
Vaultguard MCP
by kota1026

VaultGuard MCP Server - Yearn V3 / DeFi vault security and analysis tools for AI coding agents....

25 installs/wk local only
Fetter MCP
by fetter-io

Real-time Python package and vulnerability data for AI coding agents.

3 tools answering
Agentic SDLC MCP
by sakuracianna

Agentic SDLC governance and security controls for AI coding agents working with GitHub.

44 installs/wk local only
I
Mcpsentry
by roshan6335

Security scanner and runtime proxy for MCP servers.

59 installs/wk local only
Shellward
by jnmetacode

AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.

235 installs/wk local only
Bridgeguard MCP
by kota1026

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...

54 installs/wk local only
MCP Bastion
by gowthaman90

Reliability + security proxy for MCP: runtime tool-security and a compliance-mapped audit trail.

136 installs/wk local only
MCP Audit Server
by joepangallo

Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend

31 installs/wk local only

Defenter Proxy — questions

Answers built from our own checks of this server.

Why is there no uptime for Defenter Proxy?
Defenter Proxy runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package defenter-proxy was installed 122 times last week.
How do I connect Defenter Proxy?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls defenter-proxy straight from pypi; nothing to host, nothing to sign up for.
How many people use Defenter Proxy?
The pypi package defenter-proxy was installed 122 times in the last week. Week over week that is +77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Defenter Proxy open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.