Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RELAY_API_URLNoThe base URL of the Relay API. Defaults to https://api.relayapp.im.https://api.relayapp.im
RELAY_PROFILENoThe profile name to use from the Relay config file. Defaults to 'default'.
RELAY_AGENT_TOKENNoYour Relay Agent Token. If not set, the server attempts to read it from the config file at ${XDG_CONFIG_HOME:-~/.config}/relay/config.json.

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
relay_list_chatsC

List Chats visible to the authenticated Relay Agent.

relay_get_chatA

Retrieve one Relay Chat by ID.

relay_list_messagesC

List Messages in one Relay Chat.

relay_get_messageA

Retrieve one Relay Message by ID.

relay_get_message_threadB

List the thread rooted at one Relay Message.

relay_send_messageA

Resolve or create a Chat and send a text Message to Relay Handles. Reuse the same idempotency key only for the same logical send.

relay_send_message_to_chatA

Send a text Message to a known Relay Chat. Reuse the idempotency key only for the same logical send.

relay_react_to_messageA

Add or remove a reaction on a Relay Message part.

relay_start_typingA

Start or refresh the Agent typing indicator in a Chat.

relay_stop_typingA

Stop the Agent typing indicator in a Chat.

relay_mark_chat_readB

Mark the visible Relay Chat as read by the Agent.

relay_get_contact_cardC

Retrieve the authenticated Agent's Relay Contact Card.

relay_set_contact_cardC

Create or replace the authenticated Agent's Contact Card.

relay_update_contact_cardC

Update selected fields on the authenticated Agent's Contact Card.

relay_share_contact_cardA

Share the authenticated Agent's configured Contact Card into a Chat.

relay_create_contact_requestC

Ask a Relay user to add the authenticated premium-handle Agent.

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/RelayMessenger/Relay-MCP'

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