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: 📟)

Capabilities

Features and capabilities supported by this server

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

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/wu-yu-pei/mcp-terminal-share'

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