Skip to main content
Glama

EVE-NG MCP Server

by moimran

create_lab

Set up a new lab in EVE-NG by defining its name, path, and metadata. Simplifies network emulation for testing and training purposes on the EVE-NG MCP Server.

Instructions

Create a new lab in EVE-NG. This tool creates a new lab with the specified name and metadata in the given path on the EVE-NG server.

Input Schema

NameRequiredDescriptionDefault
authorNo
descriptionNo
nameYes
pathNo/
versionNo1

Input Schema (JSON Schema)

{ "properties": { "author": { "default": "", "title": "Author", "type": "string" }, "description": { "default": "", "title": "Description", "type": "string" }, "name": { "title": "Name", "type": "string" }, "path": { "default": "/", "title": "Path", "type": "string" }, "version": { "default": "1", "title": "Version", "type": "string" } }, "required": [ "name" ], "title": "create_labArguments", "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