ctf-mcp-server
CTF-MCP-Server is a server designed to leverage AI for solving Capture The Flag (CTF) challenges. It consists of two types of servers: one for solving challenges and another for generating them. Users can start each server using specified commands, facilitating efficient problem-solving and the creation of new CTF challenges.
GitHub Stars
13
User Rating
Not Rated
Forks
0
Issues
0
Views
0
Favorites
0
README
CTF-MCP-Server
尝试用AI进行CTF解题
两种服务器
- ctftools_Puzzle_server:主要用于解题
- 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
}
}
}
Author Information
Threads