本项目是使用AI进行CTF解题的一次尝试,旨在利用人工智能技术助力CTF竞赛中的题目解答与生成。
暂未提供安装步骤相关内容,若有后续补充可进一步完善。
使用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
}
}
}