Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MESHCORE_HOSTNoHome node TCP host — the companion_radio_wifi path. Set this or MESHCORE_SERIAL_PATH, not both.
MESHCORE_PORTNoTCP port for MESHCORE_HOST (default '5000').5000
MESHCORE_SERIAL_PATHNoUSB serial device path (e.g. /dev/ttyACM0) — the serial alternative to MESHCORE_HOST.
MESHCORE_LOGIN_PASSWORDNoDefault login/admin password for remote nodes (default '' — the guest password).
MESHCORE_NODE_PASSWORDSNoJSON object of per-node overrides: { "rocky-ridge": "secret" } (keyed by node id or name).
MESHCORE_TRAFFIC_CAPACITYNoRecent-traffic ring-buffer size (default the buffer's own default).
MESHCORE_REQUEST_TIMEOUT_MSNoDevice request timeout, ms (default '10000').10000
MESHCORE_LOGIN_PASSWORD_FILENoRead the default password from a file instead (its trailing newline is stripped). Set this or MESHCORE_LOGIN_PASSWORD, not both.
MESHCORE_NODE_PASSWORDS_FILENoRead that same JSON map from a file instead — keeps node secrets out of the environment and your MCP config (chmod 600 it). Set this or MESHCORE_NODE_PASSWORDS, not both.
MESHCORE_ADMIN_REPLY_TIMEOUT_MSNoHow long the remote-admin path waits for a CLI reply, ms (default '15000').15000

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/dpup/meshcore-mcp'

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