Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pwndoc": {
"env": {
"PWNDOC_URL": "https://pwndoc.example.com",
"PWNDOC_PASSWORD": "your-password",
"PWNDOC_USERNAME": "your-username"
},
"args": [
"serve"
],
"command": "pwndoc-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
PwnDoc MCP Server enables AI assistants to interact with your PwnDoc penetration testing documentation system through the Model Context Protocol. Query audits, manage findings, generate reports, and more—all through natural language.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'pwndoc-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked pwndoc-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create baseline AWS IAM policies that you can refine as your application evolves. This tool is available as a command-line utility and MCP server for use within AI coding assistants for quickly building IAM policies.
Signed receipts for agent, API, and MCP interactions. Portable and offline-verifiable.
MCP Security Weekly
Get CVE alerts and security updates for Pwndoc Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol server for PwnDoc pentest documentation
Features • Installation • Configuration • Usage • Documentation
PwnDoc MCP Server enables AI assistants to interact with your PwnDoc penetration testing documentation system through the Model Context Protocol. Query audits, manage findings, generate reports, and more—all through natural language.
Both implementations have complete feature parity - all features work identically.
| Version | Best For | Size | Install |
|---|---|---|---|
| Python | Most users, extensibility | ~50MB | pip install pwndoc-mcp-server |
| Native C++ | Performance, minimal deps | ~5MB | Download binary |
# Basic installation
pip install pwndoc-mcp-server
# With CLI enhancements
pip install pwndoc-mcp-server[cli]
# With all features
pip install pwndoc-mcp-server[all]
Kali Linux Users: If you encounter errors during installation, use a virtual environment:
sudo apt update
sudo apt install -y python3-venv
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install pwndoc-mcp-server
C++ implementation with complete feature parity - includes all Python features:
Download pre-built binaries from Releases:
| Platform