Skip to main content
Glama
ivannafigueroa

MCP Terminal Server

MCP Terminal Server

A simple MCP server that exposes a tool for running terminal commands.

Installation

  1. Install the MCP Python SDK:

pip install mcp

Related MCP server: MCP Tunnel

Usage

  1. Start the server:

python server.py
  1. Connect to the server in an MCP-compatible client, such as Claude Desktop:

mcp install server.py

Or use the MCP Inspector to test it:

mcp dev server.py

Tool Overview

This server exposes one tool:

terminal_command

Runs a terminal command and returns its output.

Parameters:

  • command: The command to run in the terminal

Returns:

  • A dictionary containing:

    • stdout: The standard output from the command

    • stderr: The standard error output from the command

    • return_code: The command's return code (0 typically means success)

Example Usage in Claude:

Can you list the files in the current directory using the terminal tool?

Security Considerations

This tool executes commands directly on your system. Use with caution as it can run any command with the same permissions as the user running the server.

Limitations

  • Commands timeout after 30 seconds

  • For security reasons, consider implementing additional validation and restrictions on the commands that can be executed

-
security - not tested
F
license - not found
-
quality - not tested

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/ivannafigueroa/mcp-shell-server'

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