CyberEDU is a cybersecurity training platform that provides hands-on labs, realistic simulations, and competitive environments. It’s designed for
CyberEDU is a cybersecurity training platform that provides hands-on labs, realistic simulations, and competitive environments. It’s designed for enterprise security teams, academic institutions, government agencies, and individual. The cyberedu mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
cyberedu_get_session_status — Check if authenticated, which tenant is selected, and if credentials are persistedcyberedu_set_session_cookie — Set/update the session cookie for authentication (persists to disk)cyberedu_switch_tenant — Switch to a different tenant/organization (persists to disk)cyberedu_clear_session — Clear stored credentials from disk and memorycyberedu_check_auth — Verify authentication and get user infocyberedu_get_user_info — Get full user informationcyberedu_list_tenants — List all available tenantscyberedu_get_current_tenant_info — Get current tenant informationcyberedu_get_user — Get user information by IDcyberedu_list_challenges — List all challenges (with optional filters)cyberedu_get_challenge — Get challenge detailscyberedu_get_challenge_difficulties — Get available difficulty levelsBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Cyberedu MCP's toolset — cyberedu_get_session_status, cyberedu_set_session_cookie, cyberedu_switch_tenant and 11 more — is a fair guide to whether it matches your workflow. It is maintained by cyberedu-cyber-range; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Cyberedu MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| cyberedu_get_session_status | Check if authenticated, which tenant is selected, and if credentials are persisted |
| cyberedu_set_session_cookie | Set/update the session cookie for authentication (persists to disk) |
| cyberedu_switch_tenant | Switch to a different tenant/organization (persists to disk) |
| cyberedu_clear_session | Clear stored credentials from disk and memory |
| cyberedu_check_auth | Verify authentication and get user info |
| cyberedu_get_user_info | Get full user information |
| cyberedu_list_tenants | List all available tenants |
| cyberedu_get_current_tenant_info | Get current tenant information |
| cyberedu_get_user | Get user information by ID |
| cyberedu_list_challenges | List all challenges (with optional filters) |
| cyberedu_get_challenge | Get challenge details |
| cyberedu_get_challenge_difficulties | Get available difficulty levels |
| cyberedu_get_challenge_tags | Get available challenge tags |
| cyberedu_subscribe_to_challenge | Subscribe to a challenge |
{
"mcpServers": {
"cyberedu": {
"command": "/path/to/cyberedu-mcp/venv/bin/python3",
"args": ["-m", "cyberedu_mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.