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.
This server is primarily used for solving CTF puzzles. It integrates AI capabilities to assist in deciphering and cracking complex challenges.
This server is focused on generating CTF challenges. It helps in creating intricate and engaging puzzles for participants to solve.
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
}
}
}
This project is maintained by Tokeii0 and is available on GitHub. It currently has 7 stars and is written entirely in Python.