Exposes five pyobfus tools to Claude Desktop, Cursor, and other MCP clients so your AI assistant can obfuscate Python code, reverse stack traces, and generate framework configs without shelling out. The check_obfuscation_risks tool scans for eval/exec and dynamic attributes before you obfuscate. The unmap_stack_trace tool takes production errors from obfuscated code and reverses identifiers back to source names using the mapping file. The generate_pyobfus_config tool auto-detects FastAPI, Django, Pydantic, and other frameworks then writes a working pyobfus.yaml with the right exclusions. Useful if you're shipping obfuscated Python and need your coding assistant to handle the obfuscation pipeline, debugging, and config generation inline during development.
claude mcp add --transport stdio io.github.zhurong2020-pyobfus-mcp -- uvx pyobfus-mcp