MCP.so
Sign In

MCP Servers Cybersecurity

@neptune1212

About MCP Servers Cybersecurity

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

neptune1212

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "MCP_servers_cybersecurity": {
      "command": "docker",
      "args": [
        "exec",
        "-it",
        "kali-cai",
        "bash"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Servers Cybersecurity?

MCP Servers Cybersecurity is a Dockerized platform that integrates multiple cybersecurity tools — such as Nmap, Metasploit, and Sqlmap — as modular MCP services using the FastMCP framework, enabling automation, integration, and remote execution of security tasks.

How to use MCP Servers Cybersecurity?

Clone the repository, run docker-compose up --build to start all services, then access each tool on its assigned port (e.g., Nmap on 8086, Sqlmap on 8096). Add new modules by creating a directory, writing a FastMCP script, and updating the Dockerfile and start.sh.

Key features of MCP Servers Cybersecurity

  • Modular design for easy addition of new tools
  • API-driven RESTful interfaces for seamless integration
  • Dockerized for portability and scalability
  • Customizable via environment variables and Dockerfiles

Use cases of MCP Servers Cybersecurity

  • Automated network scanning with Nmap and Gobuster
  • SQL injection testing using Sqlmap
  • WordPress security auditing with WPScan
  • Web application fuzzing with Wfuzz and Dirb
  • Vulnerability scanning with Nuclei

FAQ from MCP Servers Cybersecurity

What are the prerequisites to run MCP Servers Cybersecurity?

Docker and Docker Compose must be installed on your system.

What ports do the services use?

Each tool runs on a dedicated port: Metasploit on 8085, Nmap on 8086, Commix on 8088, XSSer on 8089, WPScan on 8090, Wfuzz on 8091, Nuclei on 8092, Nikto on 8093, Gobuster on 8094, Dirb on 8095, Sqlmap on 8096.

How can I troubleshoot connection issues?

Ensure Docker and Docker Compose are running, and that the required ports are not blocked by a firewall. Use docker-compose logs to inspect service logs.

Are there environment variables I can configure?

Yes, Metasploit RPC server variables such as MSF_PASSWORD, MSF_SERVER, MSF_PORT, and MSF_SSL can be set in docker-compose.yml.

Can I run the platform in a development environment?

Yes, a VS Code Dev Container is provided in the .devcontainer folder for reproducible development and testing.

Comments

More Other MCP servers