Roblox Client MCP
by LiteEagle262
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number (integer). | 3000 |
| LOG_LEVEL | No | debug / info / warn / error. | info |
| PUBLIC_URL | Yes | Baked into loadstrings. Set this correctly. | http://localhost:3000 |
| TRUST_PROXY | No | Set true (boolean) behind Traefik/Dokploy so rate limits see real client IPs. | false |
| MAX_ACCOUNTS | No | Hard cap on number of accounts. 0 = unlimited (integer). | 0 |
| DATABASE_PATH | No | Path to SQLite database file. Put it on a volume. | ./data/bridge.db |
| SESSION_SECRET | No | Generated beside the database on first boot. Set it to run multiple replicas. | auto |
| BOOTSTRAP_SECRET | No | If set, registration requires ?bootstrap=<value>. | |
| SESSION_TTL_DAYS | No | Dashboard session lifetime in days (integer). | 30 |
| COMMAND_TIMEOUT_MS | No | How long the AI waits for the executor (integer, ms). | 45000 |
| AGENT_STALE_SECONDS | No | Silence before a session is marked offline (integer, seconds). | 45 |
| CONSOLE_BUFFER_SIZE | No | Console lines kept per session (integer). | 1000 |
| AGENT_POLL_TIMEOUT_MS | No | How long an idle poll parks. Lower = snappier shutdown, more requests (integer, ms). | 25000 |
| ACCOUNT_CREATION_ENABLED | No | Set false (boolean) to make the instance invite-only. | true |
| RATE_LIMIT_RELAY_PER_MIN | No | Per IP, on the agent sync endpoint. 0 disables it (integer). | 1200 |
| RATE_LIMIT_ACCOUNT_PER_DAY | No | Per IP. 0 disables it (integer). | 10 |
| RATE_LIMIT_LOGIN_PER_15MIN | No | Per IP. 0 disables it (integer). | 20 |
| RATE_LIMIT_ACCOUNT_PER_HOUR | No | Per 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues