SanjayRagavendar/PentestMCP
A comprehensive Model Context Protocol (MCP) server that exposes 70+ penetration testing tools to AI assistants (Claude, VS Code Copilot, etc.) via HTTP/SSE transport, running in a Docker container.
Platform-specific configuration:
{
"mcpServers": {
"PentestMCP": {
"command": "npx",
"args": [
"-y",
"PentestMCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...