MCPWner

v1.0.0Securitystable

Model Context Protocol server for autonomous vulnerability discovery

mcpwnermcpai-integration
Share:
52
Stars
0
Downloads
0
Weekly
0/5

What is MCPWner?

MCPWner is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol server for autonomous vulnerability discovery

Model Context Protocol server for autonomous vulnerability discovery

This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Model Context Protocol server for autonomous vulnerability d

Use Cases

Discover vulnerabilities autonomously using MCP for security assessments.
Pigyon

Maintainer

LicenseApache-2.0
Languagepython
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcpwner

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MCPWner

MCPwner is a Docker-based MCP server that gives AI assistants autonomous vulnerability discovery capabilities across a full security research toolchain. It integrates reconnaissance tools (Subfinder, Nmap, ffuf), SAST scanners (CodeQL, Semgrep, Bandit), secrets detectors (Gitleaks, TruffleHog), SCA analyzers (Grype, Syft), and IaC checkers (Checkov, Terrascan) into a single unified interface. Security researchers and penetration testers use it to let Claude chain these tools automatically—running reconnaissance, correlating findings, and building attack paths without manual tool switching.

Prerequisites

  • Docker Engine 20.10+ and Docker Compose 2.0+ installed
  • Minimum 8 GB RAM (16 GB recommended) and 20 GB free disk space
  • An MCP-compatible client such as Claude Desktop, Cursor, or VS Code with MCP support
  • Git to clone the repository
1

Clone the repository

Clone the MCPwner repository from GitHub and enter the project directory.

git clone https://github.com/Pigyon/MCPwner.git
cd MCPwner
2

Create the configuration file

Copy the example config to create your own configuration file. Edit config/config.yaml to set any required options for your environment.

cp config/config.yaml.example config/config.yaml
3

Build and start the Docker containers

Use Docker Compose to build the image and start the MCPwner server container in the background. All security tools are bundled inside the container.

docker-compose up -d --build
4

Configure your MCP client

Add MCPwner to your MCP client configuration. The server runs inside Docker so the command connects via docker exec to the running container.

5

Verify the server is running

Check that the container is up and that the security tools are available by listing the tool inventory.

docker ps | grep mcpwner

MCPWner Examples

Client configuration

Add this block to your claude_desktop_config.json to connect Claude Desktop to the running MCPwner container.

{
  "mcpServers": {
    "mcpwner": {
      "command": "docker",
      "args": ["exec", "-i", "mcpwner-server", "python", "src/server.py"]
    }
  }
}

Prompts to try

Example prompts that leverage MCPwner's chained security scanning capabilities.

- "Enumerate subdomains for example.com, then port-scan the live hosts and summarize open services"
- "Run a SAST scan on the /workspace/myapp directory and report high-severity findings"
- "Scan this GitHub repository for leaked secrets using Gitleaks and TruffleHog"
- "Check the Terraform files in /workspace/infra for IaC misconfigurations"
- "Run a full reconnaissance chain on target.com and build an attack surface map"

Troubleshooting MCPWner

Docker container exits immediately after starting

Check logs with 'docker logs mcpwner-server'. Ensure you have at least 8 GB RAM free; the bundled security tools require substantial memory during builds.

MCP client cannot connect to the server

Confirm the container name matches what is in your config ('mcpwner-server' by default). Run 'docker ps' to verify the container is running before starting your MCP client.

Tool not found errors during scans

Rebuild the image with 'docker-compose build --no-cache' to ensure all tools were installed correctly during the image build step.

Frequently Asked Questions about MCPWner

What is MCPWner?

MCPWner is a Model Context Protocol (MCP) server that model context protocol server for autonomous vulnerability discovery It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MCPWner?

Follow the installation instructions on the MCPWner GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MCPWner?

MCPWner works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MCPWner free to use?

Yes, MCPWner is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

MCPWner Alternatives — Similar Security Servers

Looking for alternatives to MCPWner? Here are other popular security servers you can use with Claude, Cursor, and VS Code.

Casdoor

13.6k

An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD

ghidraMCP

9.0k

An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through

HexStrike AI

8.9k

HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b

IDA Pro MCP

8.7k

Enables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.

Anthropic Cybersecurity Skills

6.6k

754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform

Hooker

5.1k

🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u

Browse More Security MCP Servers

Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcpwner": { "command": "npx", "args": ["-y", "mcpwner"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use MCPWner?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides