MCP ExplorerExplorer

Ctf Mcp Server

@Tokeii0on 9 months ago
10 MIT
FreeCommunity
AI Systems
CTF-MCP-Server uses AI for CTF problem-solving and question generation.

Overview

What is Ctf Mcp Server

ctf-mcp-server is a server designed for solving and creating Capture The Flag (CTF) challenges using AI technology.

Use cases

Use cases include automating the solution of CTF challenges, generating new CTF problems, and enhancing learning experiences in cybersecurity.

How to use

To use ctf-mcp-server, you need to import the MCP configuration file using Cline or related plugins.

Key features

Key features include two types of servers: ctftools_Puzzle_server for solving challenges and ctftools_feces_making_machine_server for creating challenges.

Where to use

ctf-mcp-server can be used in educational environments, cybersecurity training, and competitive programming events.

Content

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
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers