# Add to your Claude Code skills
git clone https://github.com/pwno-io/pwno-mcpGuides for using mcp servers skills like pwno-mcp.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:14:35.676Z",
"npmAuditRan": true,
"pipAuditRan": true
}pwno-mcp is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by pwno-io. MCP for Pwn. It has 275 GitHub stars.
Yes. pwno-mcp passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/pwno-io/pwno-mcp" and add it to your Claude Code skills directory (see the Installation section above).
pwno-mcp is primarily written in Python. It is open-source under pwno-io on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh pwno-mcp against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
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.
pwncliThe full documentation is available at docs.pwno.io.
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/chal
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
Default MCP endpoint:
http://127.0.0.1:5500/mcp
For stdio mode, client configs, health checks, and attach-helper details, use the docs site: docs.pwno.io/quickstart.
For local development, architecture, and contributing guidance, see docs.pwno.io/development.
oss@pwno.ioThis project is licensed under CC BY-NC-ND 4.0.
See LICENSE for details.
Issues and pull requests are welcome.