Skip to main content
Glama
kyuheon-kr

shell-use

by kyuheon-kr

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHELL_USE_SOCKETNoPath to tmux socket (default: /tmux/tmux.sock in Docker)
SHELL_USE_SESSIONSYesComma-separated list of allowed session names

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_sessionsA

Returns list of available tmux sessions.

captureC

Captures current terminal screen text.

send_keysC

Sends key input. Supports tmux key notation (Enter, C-c, etc.).

send_textA

Sends literal text via tmux buffer. Supports multiline text with \n and \t.

Use enter=True for shell commands - automatically presses Enter after sending. Use enter=False (default) for editors - newlines are preserved as text.

Examples: - Shell: send_text(session, "ls -la", enter=True) -> executes command - Editor: send_text(session, "line1\nline2") -> pastes two lines

scrollA

Navigates the scrollback buffer (half-pages by default).

exit_scroll_modeA

Exits tmux copy-mode and returns to normal mode.

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/kyuheon-kr/shell-use'

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