← Index

io.github.mkpvishnu/terminal-mcp

io.github.mkpvishnu/terminal-mcp·v0.3.1·Developer Tools
Quality Score
78
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "terminal-mcp": {
      "command": "uvx",
      "args": [
        "terminal-mcp"
      ],
      "env": {
        "TERMINAL_MCP_MAX_SESSIONS": "<terminal_mcp_max_sessions>",
        "TERMINAL_MCP_IDLE_TIMEOUT": "<terminal_mcp_idle_timeout>"
      }
    }
  }
}
§02  Environment variables
TERMINAL_MCP_MAX_SESSIONS

Maximum concurrent sessions

TERMINAL_MCP_IDLE_TIMEOUT

Seconds before auto-close (default 1800)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools