Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEX_MCP_PORTNoWebSocket hub port8392
DEX_MCP_TOKENNoShared token required by the bridge (auto-generated if not set)
DEX_MCP_ENABLE_WRITENoEnable set_propertytrue
DEX_MCP_ENABLE_REMOTESNoEnable remote calling/spyingtrue
DEX_MCP_RPC_TIMEOUT_MSNoPer-request timeout in milliseconds15000
DEX_MCP_ENABLE_RUN_LUAUNoEnable run_luautrue

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
dex_statusA

Report whether the Roblox bridge is connected and basic game info (name, placeId, client version, capabilities).

get_rootA

Get the root instance (game, ref 0) and its top-level services.

get_childrenC

List the direct children of an instance by ref. Optionally filter by className.

get_propertiesA

Read the properties of an instance by ref. Property names come from the cached Roblox API dump when available.

searchB

Recursively search instances by name substring (and optional className), capped by limit. Defaults to 100 results.

get_sourceC

Read the Source of a Script/LocalScript/ModuleScript by ref, if readable.

get_by_pathA

Resolve a dotted instance path (e.g. game.Workspace.Part) to a node with a ref.

set_propertyB

Set a property on an instance by ref. The value is coerced to the property's declared Roblox type when known.

fire_remoteC

Fire a RemoteEvent (FireServer) with the given arguments.

invoke_remoteC

Invoke a RemoteFunction (InvokeServer) with the given arguments and return its result.

remote_spy_startB

Start logging outgoing remote traffic. Returns an error if the executor lacks the required hooks.

remote_spy_stopB

Stop logging remote traffic.

remote_spy_dumpA

Return the remote traffic captured since the spy started.

run_luauC

Execute arbitrary Luau in the Roblox client and return captured output plus a best-effort serialized return value. Power tool.

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/972jesko/dex-mcp'

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