mcp-terminal-share
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TERMINAL_SHARE_DIR | No | Override the storage root directory (default: ~/.claude/terminal-messages) | |
| MCP_TERMINAL_SHARE_LABEL_PREFIX | No | Override the emoji/prefix for the statusline label (default: 📟) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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