Skip to main content
Glama

dex-mcp

Debug and inspection tooling for Roblox projects, exposed as an MCP server so an AI agent can explore the instance tree, read/write properties, call remotes, and run Luau in a Roblox client driven by an executor.

Repository: https://github.com/972jesko/dex-mcp

Intended use: debugging, inspecting, and learning from your own Roblox projects locally. See GUIDELINES.md.

Install

npm install
npm run build

Run

node dist/index.js

On startup the server prints (to stderr) the local WebSocket URL and a shared token. The Luau bridge connects to that URL. Configure your MCP client to launch node /absolute/path/to/dist/index.js over stdio.

Configuration (environment variables)

Variable

Default

Purpose

DEX_MCP_PORT

8392

WebSocket hub port

DEX_MCP_TOKEN

auto-generated

Shared token required by the bridge

DEX_MCP_ENABLE_WRITE

true

Enable set_property

DEX_MCP_ENABLE_REMOTES

true

Enable remote calling/spying

DEX_MCP_ENABLE_RUN_LUAU

true

Enable run_luau

DEX_MCP_RPC_TIMEOUT_MS

15000

Per-request timeout

The bridge

The Luau bridge that runs inside the executor is documented in its own plan/spec. It connects to the printed WebSocket URL and answers the RPC protocol in docs/superpowers/specs/2026-06-07-dex-mcp-design.md §4.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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