MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by CyberSecurityUP

创建于 12/28/2025
更新于 about 4 hours ago
Repository documentation and setup instructions

MCP Cyber Suite

This repository contains a collection of MCP servers for cybersecurity, along with tools for orchestration, configuration, and use with AI assistants like Claude.

Features

  • 50+ MCP servers: A curated list of over 50 MCP servers for various cybersecurity tasks.
  • Orchestration: Docker Compose and installation scripts for easy setup.
  • Claude integration: Pre-configured profiles and prompts for use with Claude.
  • Dashboard: A simple UI for monitoring server status.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/mcp-cyber-suite.git
    cd mcp-cyber-suite
    
  2. Run the Docker containers:

    make up
    

    or

    docker-compose up -d
    
  3. Run the installation script:

    • Linux/macOS:
      ./scripts/install.sh
      
    • Windows:
      ./scripts/install.ps1
      
  4. Verify the installation:

    ./scripts/verify.sh
    

Usage

  1. Configure Claude: Follow the instructions in claude/SETUP.md to configure Claude to use the MCP servers.

  2. Use the profiles: To use a profile, copy the contents of the desired profile file (e.g., profiles/malware-analysis.json) and replace the mcp_servers array in your Claude config.json file.

  3. Use the prompts: Use the prompts in the prompts/ directory to perform security tasks with Claude.

Dashboard

To view the dashboard, open ui/index.html in your web browser.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/CyberSecurityUP/mcp-cyber-suite
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "cybersecurityup-mcp-cyber-suite": { "command": "git", "args": [ "clone", "https://github.com/CyberSecurityUP/mcp-cyber-suite" ] } } }