terminal-mcp-server

1999AZZAR/terminal-mcp-server
★ 2 stars TypeScript Code/Dev Tools Updated today
Terminal MCP Server is a robust Model Context Protocol (MCP) server designed for executing commands on local and remote hosts via SSH. It provides a simple yet powerful interface for AI models and other applications to execute system commands with enhanced session management, error handling, and reliability features.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "terminal-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "1999AZZAR/terminal-mcp-server"
      ]
    }
  }
}

Topics

mcpmcp-servermcp-tools