Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP2TERM_SHELLNoShell executable used for commands./bin/bash
MCP2TERM_PLUGINSNoComma-separated dotted module paths to load as plugins.
MCP2TERM_WORKDIRNoWorking directory for commands.Current directory
MCP2TERM_EXTRA_ENVNoJSON object merged into the command environment.{}
MCP2TERM_INHERIT_ENVNoWhen `true`, inherit the parent environment.true
MCP2TERM_COMMAND_TIMEOUTNoDefault timeout in seconds for commands.

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
run_command

Execute a shell command with live stdout/stderr streaming.

cancel_command

Send a signal to a running command.

send_stdin

Forward input to a running command's stdin pipe.

manage_file

Create, edit, and inspect files on the remote host including line-based operations.

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/FreddyE1982/mcp2term'

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