Skip to content
Zed

pyobfus-mcp for Zed

io.github.zhurong2020/pyobfus-mcp

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

client:Zed transport:stdio runtime:pypi

Install pyobfus-mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "pyobfus-mcp": {
      "command": "uvx",
      "args": [
        "pyobfus-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

pyobfus-mcp in other clients