io.github.kayembahamid/cybersim-pro✓
io.github.kayembahamid/cybersim-pro · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.kayembahamid/cybersim-pro",
"description": "Cybersecurity training, simulation, and incident response MCP server",
"repository": {
"url": "https://github.com/kayembahamid/cybersim-pro",
"source": "github",
"subfolder": "cybersim-pro-mcp"
},
"version": "1.0.1",
"websiteUrl": "https://kayembahamid.github.io",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/hamcodes/cybersim-pro-mcp:v1.0.1",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "run",
"type": "positional"
},
{
"type": "named",
"name": "--rm"
},
{
"type": "named",
"name": "-i"
},
{
"value": "hamcodes/cybersim-pro-mcp:v1.0.1",
"type": "positional"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}