terminal_server
by theailanguage·★ 83·Score 40
MCP server that enables AI models to execute terminal commands with multiple setup options.
Overview
This MCP server provides a terminal command execution capability that can be integrated with AI models. It offers multiple deployment options including local Python setup, Docker containerization, and SSE (Server-Sent Events) transport for both local and cloud environments. The server enables AI assistants to run system commands like 'ls', 'echo', and other terminal operations directly from the AI interface.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need to execute terminal commands through AI assistants in local or cloud environments, particularly when Docker deployment options are preferred.
When NOT to choose this
Avoid this server if you need enhanced security features to block dangerous commands, as the README explicitly notes this as a recommended improvement that hasn't been implemented.
Tools this server exposes
1 tool extracted from the READMEexecute_terminal_commandExecute terminal commands on the server
Comparable tools
Installation
Installation Options
Option 1: Local Python Setup
- Clone the repository
- Install Python dependencies
- Run the server locally
Option 2: Docker Setup
- Build the Docker image
- Run the container locally
Option 3: SSE with Docker
- Build the Docker image with SSE
- Run locally or deploy to cloud platform
Claude Desktop Configuration
{
"mcpServers": {
"terminal": {
"command": "python",
"args": ["path/to/server.py"]
}
}
}FAQ
- Is this server secure for executing arbitrary commands?
- The README mentions that security checks should be added to block potentially dangerous commands, but this isn't implemented in the current version.
- Can the server read and write files?
- Currently focused on command execution. File read/write capabilities are mentioned as a potential next step in the development roadmap.
Compare terminal_server with
Last updated · Auto-generated from public README + GitHub signals.