pwno-mcp
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pwno-mcpdisassemble main function"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Overview
pwno-mcp runs GDB + pwndbg in an isolated environment and exposes stateful debugging, exploit I/O, and helper tooling over MCP for agentic coding clients.
Related MCP server: pwndbg-lldb-mcp
Features
Stateful debugger sessions via GDB + pwndbg
Deterministic execution control via GDB/MI
Fast context snapshots for registers, stack, disassembly, source, and backtrace
Interactive exploit-driver workflows with
pwncliMulti-session support for parallel workflows
Workspace automation helpers for commands, processes, Python, repos, and RetDec
HTTP and stdio transport support
Documentation
The full documentation is available at docs.pwno.io.
Quick Start
Create a local workspace directory, put your target binary there, then run the container.
mkdir -p ./workspace
cp ./path/to/your/binary ./workspace/chal
chmod +x ./workspace/chaldocker run --rm -p 5500:5500 \
--cap-add=SYS_PTRACE \
--cap-add=SYS_ADMIN \
--security-opt seccomp=unconfined \
--security-opt apparmor=unconfined \
-v "$PWD/workspace:/workspace" \
ghcr.io/pwno-io/pwno-mcp:latestDefault MCP endpoint:
http://127.0.0.1:5500/mcpFor stdio mode, client configs, health checks, and attach-helper details, use the docs site: docs.pwno.io/quickstart.
Development
For local development, architecture, and contributing guidance, see docs.pwno.io/development.
Usage
non-profit: yes
commercial:
oss@pwno.io
Future Enhancements
WebSocket endpoint for streaming I/O
Advanced memory analysis tools
Heap exploitation helpers
ROP chain generation
Symbolic execution integration
License
This project is licensed under CC BY-NC-ND 4.0.
See LICENSE for details.
Contributing
Issues and pull requests are welcome.
This server cannot be deployed
Maintenance
Related MCP Connectors
Agent Replay Debugger MCP — record every agent step + deterministic replay. Step-debugger for
- WauldoOAuthcom.wauldo
Stateless agentic tools over MCP: concept extraction, long-context, knowledge graph, planning.
Shared debugging memory for AI coding agents
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables stateful binary analysis and pwn research through GDB/pwndbg debugging capabilities. Supports loading binaries, setting breakpoints, memory analysis, compilation with sanitizers, and process management for vulnerability research.-
- AlicenseCqualityDmaintenanceAn MCP server that exposes pwndbg commands running under LLDB as tools for AI assistants. This enables AI-driven binary analysis, exploit development, and reverse engineering through pwndbg's enhanced debugging capabilities.1001MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP tool that enables AI agents to debug ELF binaries, particularly for CTF pwn challenges.35MIT
- AlicenseBqualityDmaintenanceA lightweight MCP server that enables LLM agents to interact with GDB for debugging native programs, supporting spawning sessions, executing commands, interrupting hangs, and closing sessions.47 npmMIT