Skip to main content
Glama
hungtranbkit

Terminal MCP

by hungtranbkit

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TERMINAL_MCP_CONFIGNoPath to the YAML configuration file controlling permissions, allowed session patterns, and capture limits.
TERMINAL_MCP_BINDINGS_DBNoPath to the SQLite database used for logical chat-to-tmux bindings.~/.local/state/terminal-mcp/bindings.db

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
terminal_list_sessionsA

List whitelisted tmux sessions without exposing denied session details.

terminal_tailC

Return sanitized recent output from an allowed tmux session.

terminal_captureB

Return a larger sanitized scrollback capture, capped by configuration.

terminal_statusC

Classify an allowed tmux session with an explicit heuristic reason.

terminal_send_textB

Send literal text only when terminal_input is enabled in local config.

terminal_send_keysB

Send only allowlisted tmux keys when terminal_input is enabled in local config.

terminal_bindC

Persist a logical binding to an existing, allowed tmux session.

terminal_get_bindingC

Return binding metadata and current effective permissions.

terminal_list_bindingsB

List persistent logical bindings and current session state.

terminal_unbindA

Delete a logical binding without changing its tmux session.

terminal_tail_boundC

Return sanitized output after resolving a logical binding.

terminal_status_boundC

Classify the tmux session resolved by a logical binding.

terminal_send_boundB

Send literal text only when global and binding input are enabled.

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/hungtranbkit/terminal-mcp'

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