Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XENOZ_VAULT_KEYNo64-char hex key for the AES-256-GCM vault

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
studio_statusB

Check if Roblox Studio is connected and available

vault_setA

Securely store an encrypted value (AES-256-GCM). Use for API keys and secrets.

vault_getB

Retrieve a decrypted value from the encrypted vault

vault_hasB

Check if a key exists in the encrypted vault

vault_listA

List all stored key names in the encrypted vault (values not shown)

list_studio_commandsA

List all available Roblox Studio MCP commands with descriptions and parameter details

execute_luauA

Execute Luau code in Roblox Studio. Use return for output (print is NOT captured). Runs synchronously (~20s budget).

script_readA

Read the full contents of a script in Roblox Studio by path

screen_captureA

Capture the Roblox Studio viewport. Takes a screenshot of the current scene.

inspect_instanceA

Inspect a Roblox instance by dot-path. Returns properties, attributes, and children.

start_stop_playB

Start or stop play-testing in Roblox Studio

get_studio_stateB

Get the current state of Roblox Studio connection and place info

search_game_treeB

Search for instances in the game tree by name or class

open_placeB

Open a Roblox place in Studio by place ID and universe ID

cloud_list_data_storesB

List all data stores for a universe

cloud_get_data_store_entryB

Get a value from a data store

cloud_set_data_store_entryC

Set a value in a data store

cloud_get_universe_infoB

Get information about a Roblox universe/experience

cloud_publish_placeC

Publish a place to Roblox

cloud_list_placesB

List all places in a universe

cloud_send_notificationB

Send a notification to all players in an experience

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/Xenoz-GitHub/XenozMCP'

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