Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALLOW_UNSAFENoSet to 'true' to disable the intensity clamp (discouraged). Corresponds to --allow-unsafe flag.false
INTIFACE_URLNoIntiface WebSocket addressws://127.0.0.1:12345
MAX_INTENSITYNoClamp ceiling for drive intensity (0.0–1.0)1.0
SCAN_DEFAULT_MSNoDefault scan duration (ms)5000
MAX_CONTINUOUS_MSNoWatchdog auto-stop window (ms)600000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_devicesA

List currently connected devices and their actuators.

server_statusA

Report connection status to Intiface and device count.

scan_for_devicesB

Scan for new devices for a duration, then return any newly found.

get_batteryB

Read battery level (0.0-1.0) for a device that reports it.

vibrateB

[Hardware control] Forwards a command to physical hardware. Set vibration intensity on a device.

oscillateB

[Hardware control] Forwards a command to physical hardware. Set oscillation intensity on a device.

rotateB

[Hardware control] Forwards a command to physical hardware. Set rotation speed (and direction) on a device.

linearC

[Hardware control] Forwards a command to physical hardware. Move a stroker to a position over a duration.

vibrate_patternC

[Hardware control] Forwards a command to physical hardware. Play a timed multi-step vibration pattern; interruptible by any stop.

stop_deviceA

Stop all actuators on one device.

stop_allA

Immediately stop every connected device. Emergency stop.

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/ProjectAILiberation/tactus'

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