Skip to content
VS Code

pyobfus-mcp for VS Code

io.github.zhurong2020/pyobfus-mcp

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

client:VS Code transport:stdio runtime:pypi

Install pyobfus-mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "pyobfus-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pyobfus-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pyobfus-mcp in other clients