Back to directory
ch1nhpd/pentest-tools-mcp-server

ch1nhpd/pentest-tools-mcp-server

@ch1nhpd

MCP server for penetration testing tools, integrating with LLM clients like Claude Desktop.

pentestsecurityscanningvulnerabilityllmclaudedockertoolstool

Installation & Configuration

{
  "mcpServers": {
    "pentest-tools": {
      "command": "docker-compose",
      "args": [
        "run",
        "--rm",
        "pentest-tools",
        "python3",
        "pentest-tools-mcp-server.py"
      ],
      "cwd": "/path/to/pentest-tools"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17