Ctf Mcp Server

Ctf Mcp Server

🚀 CTF-MCP-Server 中文说明

本项目是使用AI进行CTF解题的一次尝试,旨在利用人工智能技术助力CTF竞赛中的题目解答与生成。

✨ 主要特性

两种服务器类型

  • ctftools_Puzzle_server:主要用于解决CTF题目。
  • ctftools_feces_making_machine_server:主要用于生成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
}
}
}
  • 0 关注
  • 0 收藏,8 浏览
  • system 提出于 2025-09-30 02:45

相似服务问题