
Terminal Mcp
- 9 repo stars
- Updated June 20, 2026
- mkpvishnu/terminal-mcp
Gives an agent interactive terminal sessions - SSH, language REPLs, database CLIs, and TUI apps - with concurrent session and idle-timeout controls.
About
Terminal MCP lets an AI agent open and drive interactive terminal sessions - SSH connections, language REPLs, database CLIs, and full TUI apps - rather than only one-shot commands. It supports concurrent sessions and an idle timeout. A solo builder uses it when an agent needs to hold a live shell, step through a REPL, or operate an interactive command-line tool.
- Interactive SSH sessions
- REPLs and database CLIs
- Drives TUI apps
- Concurrent sessions with idle timeout
Terminal Mcp by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
claude mcp add --env TERMINAL_MCP_MAX_SESSIONS=YOUR_TERMINAL_MCP_MAX_SESSIONS --env TERMINAL_MCP_IDLE_TIMEOUT=YOUR_TERMINAL_MCP_IDLE_TIMEOUT terminal-mcp -- uvx terminal-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 9 |
|---|---|
| Package | terminal-mcp |
| Transport | STDIO |
| Auth | None |
| Last updated | June 20, 2026 |
| Repository | mkpvishnu/terminal-mcp ↗ |
What it does
Gives an agent interactive terminal sessions - SSH, language REPLs, database CLIs, and TUI apps - with concurrent session and idle-timeout controls.
Who is it for?
Agents needing live, stateful shells
Skip if: Simple one-shot command execution
What you get
- interactive terminal sessions