Odel
cybersim pro

cybersim pro

Local
@kayembahamidTypeScriptUpdated 11mo ago

Cybersecurity training, simulation, and incident response MCP server

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/hamcodes/cybersim-pro-mcp:v1.0.1

Run

docker run -i --rm docker.io/hamcodes/cybersim-pro-mcp:v1.0.1

MCP client config

{
  "mcpServers": {
    "cybersim-pro": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/hamcodes/cybersim-pro-mcp:v1.0.1"
      ]
    }
  }
}