pwno-mcp
Active·★ 269·NOASSERTION·Updated 2026-03-12
★ Hidden Gem★ API Integration
MCP for Pwn
pwno-mcp runs GDB with pwndbg in an isolated Docker environment and exposes stateful debugging, exploit I/O, and helper tooling over the Model Context Protocol (MCP). It supports multi-session workflows, fast context snapshots, and workspace automation for binary analysis.
#mcp#mcp-server#mcp-servers#pwn#pwno#pwno-mcp
01
Features
01Stateful debugger sessions via GDB + pwndbg
02Deterministic execution control via GDB/MI
03Fast context snapshots for registers, stack, disassembly, source, and backtrace
04Interactive exploit-driver workflows with pwncli
05Multi-session support for parallel workflows
02
Compatibility
Docker
Docker
Verified via docs
03
Quick start
1
$ docker 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:latest
04
Use cases
↳Automated binary exploitation with LLM agents
↳Reverse engineering and debugging of binaries
↳CTF challenge solving
05
Alternatives
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
thunderbit-mcp-server★ 13
AI-powered web scraping and structured data extraction. CLI + MCP server + Claude Code plugin for the Thunderbit Open API.
Related searches
Comments
Log in to leave a comment
- HHarley JacksonMay 25, 2026
Useful for security engineers doing authorized vulnerability research.
- EEmerson AndersonMay 7, 2026
Security research and CTF tooling via MCP for authorized testing workflows.
- Jordan RiveraMar 25, 2026
Good for security researchers who want AI assistance with exploit development.
- DDrew WilsonMar 14, 2026
Integrates CTF and pentest tooling into AI coding assistant workflows.