Cyberedu Mcp Server
@CyberEDU-Cyber-Range
About Cyberedu Mcp Server
This is the Oficial Model Context Protocol (MCP) server for the CyberEdu CTF platform (cyber-edu.co / cyberedu.ro)
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cyberedu": {
"command": "/path/to/cyberedu-mcp/venv/bin/python3",
"args": [
"-m",
"cyberedu_mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments