Skip to main content
Glama
wu-yu-pei
by wu-yu-pei

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TERMINAL_SHARE_DIRNoOverride the storage root directory (default: ~/.claude/terminal-messages)
MCP_TERMINAL_SHARE_LABEL_PREFIXNoOverride the emoji/prefix for the statusline label (default: 📟)

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
registerA

Register this terminal with a name (e.g. A1, A2). Other terminals can then send messages to this name.

list_terminalsB

List all registered terminals.

send_messageB

Send a message to another terminal. The target terminal can read it with get_messages.

get_messagesA

Read messages sent to this terminal. Returns all messages and optionally deletes them after reading.

watch_messagesA

Block and wait for a message to arrive for this terminal. Returns as soon as a message is received or timeout is reached.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clear, non-overlapping purpose: registration, sending, listing, and two distinct reading methods (polling and blocking). No ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_messages, list_terminals, register, send_message, watch_messages), making them predictable.

Tool Count5/5

With 5 tools covering the core operations of a terminal messaging service, the count is well-scoped and each tool earns its place.

Completeness4/5

The tool surface covers registration, sending, and two receive modes. A minor gap is the lack of an explicit unregister or delete functionality, but the core workflow is complete.

Maintenance

ActivityInactive
ResponsivenessNo issues