Skip to main content
Glama

EVE-NG MCP Server

by moimran

connect_eveng_server

Establish a connection to the EVE-NG server by providing host, username, and password, enabling authenticated access for managing network topologies and configurations.

Instructions

Connect to EVE-NG server and authenticate. This tool establishes a connection to the EVE-NG server using the provided credentials. The connection will be maintained for subsequent operations.

Input Schema

NameRequiredDescriptionDefault
argumentsYes

Input Schema (JSON Schema)

{ "$defs": { "ConnectServerArgs": { "description": "Arguments for connect_eveng_server tool.", "properties": { "host": { "description": "EVE-NG server hostname or IP address", "title": "Host", "type": "string" }, "password": { "description": "Password for authentication", "title": "Password", "type": "string" }, "port": { "default": 80, "description": "Server port (default: 80)", "title": "Port", "type": "integer" }, "protocol": { "default": "http", "description": "Protocol (http/https, default: http)", "title": "Protocol", "type": "string" }, "username": { "description": "Username for authentication", "title": "Username", "type": "string" } }, "required": [ "host", "username", "password" ], "title": "ConnectServerArgs", "type": "object" } }, "properties": { "arguments": { "$ref": "#/$defs/ConnectServerArgs" } }, "required": [ "arguments" ], "title": "connect_eveng_serverArguments", "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