mcpbeat Sign in

pyobfus-mcp MCP Server

by zhurong2020 Your server? Claim it
local only

pyobfus-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 678 installs a week from pypi. Last commit 17 Sep 2026.

Obfuscate Python before shipping; reverse-map tracebacks with your AI agent. No phone-home.

Installs per day peak 416 · avg 95 · -33% w/w
a month agotoday
678
Installs / week
pypi · pyobfus-mcp
9
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 17 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.

          "description": "Inject runtime debugger-detection checks: sys.gettrace, TracerPid, IsDebuggerPresent, timing skew (Pro). Requires level: pro."
File ships in the package but is absent from the source [пакет] pyobfus_mcp/__init__.py:1, [пакет] pyobfus_mcp/_security.py:1, [пакет] pyobfus_mcp/server.py:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет
Unsafe deserialization pyobfus_pro/runtime/opacity.py:147
        code = marshal.loads(plaintext)  # noqa: S302
Runs an external command vscode-extension/src/cli/runner.ts:124
    execFile(
Builds a file path from a variable vscode-extension/src/commands/obfuscateFile.ts:115
    const candidate = path.join(cwd, name);

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 pyobfus-mcp -- uvx pyobfus-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pyobfus-mcp": {
      "args": [
        "pyobfus-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pyobfus-mcp]
command = "uvx"
args = ["pyobfus-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pyobfus-mcp": {
      "args": [
        "pyobfus-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pyobfus-mcp": {
      "args": [
        "pyobfus-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to pyobfus-mcp

same job, measured the same way
Emulo
by ohad6k

Mine your local AI coding session logs into a profile your agent loads before every task.

84 installs/wk local only
Noveum
by noveum

Trace, evaluate, and optimize your LLM, RAG, and agent apps with Noveum observability.

answering
Myco Brain
by thegoodguysla

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

66 installs/wk local only
PyAI Voice AI
by atomsai

Speech, transcription, voice agents, Trace, Recap, dubbing and narration with browser OAuth.

409 installs/wk answering
Coderbuds
by coderbuds

Your team's shipping standards, org map and delivery metrics, inside your coding agent.

answering
I
Perceptdot Sentry
by perceptdot

AI agent vision for Sentry error tracking — with ROI measurement. perceptdot.com

33 installs/wk local only
Agentguard47
by bmdhodl

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

35 installs/wk local only
Dieta.ai
by mcp-dir

Nutrition tracking by Dieta.ai. Read your food log with macros (calories, protein, carbs, fat, fiber

19 tools answering

pyobfus-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for pyobfus-mcp?
pyobfus-mcp 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 pyobfus-mcp was installed 678 times last week.
How do I connect pyobfus-mcp?
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 pyobfus-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use pyobfus-mcp?
The pypi package pyobfus-mcp was installed 678 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is pyobfus-mcp open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 9 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.