Cyberedu Mcp Server
@CyberEDU-Cyber-Range
Cyberedu Mcp Server について
This is the Oficial Model Context Protocol (MCP) server for the CyberEdu CTF platform (cyber-edu.co / cyberedu.ro)
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cyberedu": {
"command": "/path/to/cyberedu-mcp/venv/bin/python3",
"args": [
"-m",
"cyberedu_mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Cyberedu Mcp Server?
The Cyberedu Mcp Server is the official Model Context Protocol server for the CyberEdu CTF platform. It automatically discovers and exposes all public methods from the CyberEduClient as MCP tools, enabling interaction with the CyberEdu cybersecurity training platform through MCP-compatible clients.
How to use Cyberedu Mcp Server?
Clone the repository with submodules, set up a Python virtual environment, and install the package using pip install -e ".[local]". Run the server with python -m cyberedu_mcp. After first authentication via the cyberedu_set_session_cookie tool, session credentials are persisted to disk, so no environment variables are needed on subsequent runs. Configure MCP clients like Cursor, Claude Desktop, or VS Code by pointing to the full Python executable path in your venv.
Key features of Cyberedu Mcp Server
- Dynamic tool discovery from
CyberEduClientmethods - Zero configuration for new client methods
- Type-safe JSON schema generation from signatures
- Comprehensive error handling with detailed messages
- Automatic session credential persistence to disk
- Supports multiple MCP client configurations
Use cases of Cyberedu Mcp Server
- Manage authentication and switch tenants without restarting the server
- List, subscribe to, and interact with CTF challenges and contests
- Submit flags and download challenge files directly
- Start, extend, and restart challenge services
- Retrieve contest leaderboards and user information
FAQ from Cyberedu Mcp Server
How do I authenticate with the Cyberedu Mcp Server?
Set your session cookie using the cyberedu_set_session_cookie tool (obtained from your browser after logging in to app.cyber-edu.co). Alternatively, set the CYBEREDU_SESSION_COOKIE environment variable.
Where are session credentials stored?
Session credentials are persisted to ~/.cyberedu-mcp/session.json on macOS/Linux, or %USERPROFILE%\.cyberedu-mcp\session.json on Windows, with restricted permissions for security.
Which MCP clients are supported?
The server works with Cursor IDE, Claude Desktop, VS Code, and Antigravity/Windsurf. Configuration examples for each are provided in the README.
What tools does the Cyberedu Mcp Server expose?
Tools are prefixed with cyberedu_ and include session management (e.g., cyberedu_set_session_cookie), challenge and contest operations, flag submissions, file downloads, and service management.
What deployment options does the CyberEdu platform offer?
The platform is available as cloud-hosted SaaS, on-premise (VMware, Proxmox, bare-metal), or air-gapped deployments for classified environments.
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント