Skip to main content
Glama
RSinthu

Terminal MCP Server

by RSinthu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
run_commandC
Run a terminal command inside the workspace directory.
If terminal command can accomplish the task,
tell the user you'll use the tool to accomplish it,
eventhough you cannot directly do it

Args:
    command: The shell command to run.

Returns:
    The command output or error message

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion. The tool's purpose is clearly defined as running a terminal command.

Naming Consistency5/5

The tool name 'run_command' follows a clear verb_noun pattern, which is consistent and intuitive. Even with a single tool, the naming is descriptive and unambiguous.

Tool Count4/5

A single tool is minimal, but it directly fulfills the server's stated purpose of executing terminal commands. The count is slightly below the typical range but well-scoped for the narrow domain.

Completeness5/5

The server's entire purpose is to run terminal commands, and the single tool fully covers this operation. There are no missing capabilities for the defined scope.

Maintenance

ActivitySlowing
ResponsivenessNo issues