Skip to content
Cursor

pyobfus-mcp for Cursor

io.github.zhurong2020/pyobfus-mcp

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

client:Cursor transport:stdio runtime:pypi

Install pyobfus-mcp in Cursor

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

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

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

pyobfus-mcp in other clients