Skip to main content
Glama

EVE-NG MCP Server

by moimran

start_all_nodes

Start all nodes in a specified EVE-NG lab using configured delay settings. Ideal for managing network topologies and node operations via the MCP server interface.

Instructions

Start all nodes in a lab. This tool starts all nodes in the specified lab. Nodes will be started according to their configured delay settings.

Input Schema

NameRequiredDescriptionDefault
argumentsYes

Input Schema (JSON Schema)

{ "$defs": { "BulkNodeControlArgs": { "description": "Arguments for bulk node operations.", "properties": { "lab_path": { "description": "Full path to the lab (e.g., /lab_name.unl)", "title": "Lab Path", "type": "string" } }, "required": [ "lab_path" ], "title": "BulkNodeControlArgs", "type": "object" } }, "properties": { "arguments": { "$ref": "#/$defs/BulkNodeControlArgs" } }, "required": [ "arguments" ], "title": "start_all_nodesArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/moimran/eveng-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server