tokeii0_ctf_mcp_server

tokeii0_ctf_mcp_server

by Tokeii0
An MCP server designed to integrate AI for solving and creating CTF challenges.

CTF AI Integration MCP Server

Overview

The CTF AI Integration MCP Server is a project designed to leverage AI for solving and creating Capture The Flag (CTF) challenges. It provides two distinct servers, each tailored for specific tasks in the CTF process.

Tools

1. ctftools_Puzzle_server

This server is primarily used for solving CTF puzzles. It integrates AI capabilities to assist in deciphering and cracking complex challenges.

2. ctftools_feces_making_machine_server

This server is focused on generating CTF challenges. It helps in creating intricate and engaging puzzles for participants to solve.

Configuration

To use the servers, you need to configure them in your MCP setup. Below is an example configuration:

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

Usage

  1. ctftools_Puzzle_server: Use this server to solve CTF puzzles by running the provided Python script.
  2. ctftools_feces_making_machine_server: Use this server to generate new CTF challenges by executing the corresponding Python script.

About

This project is maintained by Tokeii0 and is available on GitHub. It currently has 7 stars and is written entirely in Python.

Resources

Stars

7 stars

Watchers

1 watching

Forks

0 forks

Languages

  • Python 100.0%

Features & Capabilities

Categories
mcp_server model_context_protocol python ctf ai_integration api_integration

Implementation Details

Stats

0 Views
7 GitHub Stars

Repository Info

Tokeii0 Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300