Skip to main content
Glama
sichang824

MCP Terminal

by sichang824

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_commandC

Executes a terminal command

get_terminal_infoC

Gets terminal information

file_modifyC

Writes content to a file

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: execute_command runs terminal commands, file_modify writes to files, and get_terminal_info retrieves terminal metadata. An agent can easily differentiate between executing commands, modifying files, and gathering system information without confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (execute_command, file_modify, get_terminal_info), using snake_case throughout. The naming is predictable and readable, with no deviations in style or convention across the set.

Tool Count3/5

With only 3 tools, the set feels thin for a terminal server, lacking operations like reading files, navigating directories, or managing processes. While the tools are well-defined, the count is borderline low for the apparent scope of terminal interactions, potentially limiting agent workflows.

Completeness2/5

There are significant gaps in the tool surface for terminal operations. Missing are essential functions like reading files, listing directories, checking command history, or handling environment variables. This incomplete coverage will likely cause agent failures when attempting common terminal tasks beyond basic command execution and file writing.

Maintenance

ActivityInactive
ResponsivenessNo issues