pwno-mcp itself.
CLI flags
| Flag | Default | Purpose |
|---|---|---|
--host | 0.0.0.0 | bind host for the main HTTP server |
--port | 5500 | bind port for the main HTTP server |
--attach-host | 127.0.0.1 | bind host for the attach sidecar API |
--attach-port | 5501 | bind port for the attach sidecar API |
--http-path | /mcp | main HTTP transport path |
--stdio | off | run as a stdio MCP server instead of HTTP |
Environment variables
| Variable | Purpose |
|---|---|
PWNO_RUNTIME_ROOT | override the root directory for session runtime data, process logs, and shared helper artifacts |
BINARY_URL | enables lazy RetDec analysis against an externally reachable binary URL |
Example launches
Operational defaults
- main HTTP endpoint:
http://127.0.0.1:5500/mcp - health check:
http://127.0.0.1:5500/healthz - attach sidecar:
http://127.0.0.1:5501/attach - workspace root inside the runtime:
/workspace