Skip to main content
Glama
LiteEagle262

Roblox Client MCP

by LiteEagle262

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort number (integer).3000
LOG_LEVELNodebug / info / warn / error.info
PUBLIC_URLYesBaked into loadstrings. Set this correctly.http://localhost:3000
TRUST_PROXYNoSet true (boolean) behind Traefik/Dokploy so rate limits see real client IPs.false
MAX_ACCOUNTSNoHard cap on number of accounts. 0 = unlimited (integer).0
DATABASE_PATHNoPath to SQLite database file. Put it on a volume../data/bridge.db
SESSION_SECRETNoGenerated beside the database on first boot. Set it to run multiple replicas.auto
BOOTSTRAP_SECRETNoIf set, registration requires ?bootstrap=<value>.
SESSION_TTL_DAYSNoDashboard session lifetime in days (integer).30
COMMAND_TIMEOUT_MSNoHow long the AI waits for the executor (integer, ms).45000
AGENT_STALE_SECONDSNoSilence before a session is marked offline (integer, seconds).45
CONSOLE_BUFFER_SIZENoConsole lines kept per session (integer).1000
AGENT_POLL_TIMEOUT_MSNoHow long an idle poll parks. Lower = snappier shutdown, more requests (integer, ms).25000
ACCOUNT_CREATION_ENABLEDNoSet false (boolean) to make the instance invite-only.true
RATE_LIMIT_RELAY_PER_MINNoPer IP, on the agent sync endpoint. 0 disables it (integer).1200
RATE_LIMIT_ACCOUNT_PER_DAYNoPer IP. 0 disables it (integer).10
RATE_LIMIT_LOGIN_PER_15MINNoPer IP. 0 disables it (integer).20
RATE_LIMIT_ACCOUNT_PER_HOURNoPer IP. 0 disables it (integer).3

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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