MCP HubMCP Hub
Tokeii0

ctf-mcp-server

by: Tokeii0

ctf mcp server

10created 24/03/2025
Visit
ctf

📌Overview

Purpose: The main goal of the CTF-MCP-Server framework is to leverage AI for solving Capture The Flag (CTF) challenges.

Overview: CTF-MCP-Server provides two distinct servers dedicated to CTF activities—one for solving problems and the other for creating challenges. This allows users to engage interactively with CTF tasks using AI tools.

Key Features:

  • ctftools_Puzzle_server: This server is primarily designed for problem-solving in CTF competitions, enabling users to utilize AI capabilities for efficient solution strategies.

  • ctftools_feces_making_machine_server: This server facilitates the creation of CTF challenges, allowing educators and authors to generate innovative problems for participants to solve.


CTF-MCP-Server

尝试用AI进行CTF解题

两种服务器

  1. ctftools_Puzzle_server:主要用于解题
  2. ctftools_feces_making_machine_server:主要用于出题

使用方法

使用Cline或者二开相关插件,导入mcp配置文件:

{
  "mcpServers": {
    "ctftools_Puzzle_server": {
      "command": "python",
      "args": [
        "D:\\AI\\ctf-mcp-server\\ctftools_Puzzle_server.py"
      ],
      "timeout": 1800
    },
    "ctftools_feces_making_machine_server": {
      "command": "python",
      "args": [
        "D:\\AI\\ctf-mcp-server\\ctftools_feces_making_machine_server.py"
      ],
      "timeout": 1800
    }
  }
}