Back to Browse

Terminal MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps

About

MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Maximum concurrent sessionsOptional

Environment variable: TERMINAL_MCP_MAX_SESSIONS

Seconds before auto-close (default 1800)Optional

Environment variable: TERMINAL_MCP_IDLE_TIMEOUT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mkpvishnu-terminal-mcp": {
      "env": {
        "TERMINAL_MCP_IDLE_TIMEOUT": "your-terminal-mcp-idle-timeout-here",
        "TERMINAL_MCP_MAX_SESSIONS": "your-terminal-mcp-max-sessions-here"
      },
      "args": [
        "terminal-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!