Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEVICES_FILENoPath to devices.yaml for connection parameters. If not set, tries topology directory's config/devices.yaml then project's config/devices.yaml.
TOPOLOGY_FILENoPath to the .topo file. If not set, uses current directory name.topo or single .topo file in current directory.
ENABLE_REAL_ENSPNoSet to 'true' to enable real eNSP Telnet mode; default is false (mock mode).false
ENSP_MCP_BOARD_HOSTNoHost address for the board server. Default is 127.0.0.1.127.0.0.1
ENSP_MCP_BOARD_PATHNoPath for the default board page. Default is /static/index.html./static/index.html
ENSP_MCP_BOARD_PORTNoPort for the board server. Default is 8000.8000
ENSP_MCP_TOOL_PROFILENoTool profile: 'compact' (default, high-frequency tools) or 'legacy' (full tool set).compact
ENSP_MCP_AUTO_OPEN_MODENoMode for auto-opening board: 'browser', 'editor', or 'none'. Default is 'browser'.browser
ENSP_MCP_EDITOR_COMMANDNoEditor command used when ENSP_MCP_AUTO_OPEN_MODE is 'editor'.
ENSP_MCP_AUTO_OPEN_BOARDNoWhether to automatically open the config board on MCP tool calls. Default is true.true

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/jmsgfc/ensp-mcp'

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