Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.mkpvishnu/terminal-mcp

PYPI · TERMINAL-MCP · SCANNED SEP 20

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

Available components

0 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 3 of 33 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 669 tokens (~95/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "session_send" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.mkpvishnu/terminal-mcp server?

io.github.mkpvishnu/terminal-mcp runs locally as a PyPI package, launched with uvx terminal-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · terminal-mcp

# add to Claude Code
claude mcp add mkpvishnu-terminal-mcp -- uvx terminal-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "mkpvishnu-terminal-mcp": {
      "command": "uvx",
      "args": [
        "terminal-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "mkpvishnu-terminal-mcp": {
      "command": "uvx",
      "args": [
        "terminal-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add mkpvishnu-terminal-mcp -- uvx terminal-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mkpvishnu-terminal-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "terminal-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mkpvishnu-terminal-mcp --command uvx --arg terminal-mcp
# ~/.hermes/config.yaml
mcp_servers:
  mkpvishnu-terminal-mcp:
    command: "uvx"
    args: ["terminal-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "mkpvishnu-terminal-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "terminal-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add mkpvishnu-terminal-mcp -t stdio -c uvx -a terminal-mcp
// mcp.json
{
  "mcpServers": {
    "mkpvishnu-terminal-mcp": {
      "command": "uvx",
      "args": [
        "terminal-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +12
    • Malware scan: unverified → pass security
    • Stability: pass → 0.80 functional
  • 17 Sept 26 −14
    • Malware scan: pass → unverified security
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +15
    • Malware scan: unverified → pass security
  • 11 Sept 26 −18
    • Malware scan: pass → unverified security
    • Stability: pass → 0.80 functional
  • 10 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/terminal-mcp@0.3.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 33 packages
Packages resolved 33
Stale 3
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 7 exposed · ~669 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
session_close ~39

Terminate a session gracefully. Sends EOF, then SIGHUP, then SIGKILL.

NameTypeReqDescription
session_idstringyesSession ID to close

No output schema declared.

No examples provided.

session_create ~157

Spawn a persistent PTY terminal session. Returns a session_id used by all other session_* tools. Supports interactive shells, SSH, REPLs, and database CLIs.

NameTypeReqDescription
colsintegerTerminal width in columns
commandstringyesShell command to run (e.g. 'bash', 'python3', 'ssh user@host')
enable_snapshotbooleanEnable pyte screen buffer for snapshot reads
idle_timeoutintegerSeconds before auto-closing idle session
labelstringHuman-readable label for the session
rowsintegerTerminal height in rows
scrollback_linesintegerNumber of scrollback history lines to keep (requires enable_snapshot)

No output schema declared.

No examples provided.

session_exec ~91

Execute a command in a temporary session and return the output. The session is automatically cleaned up after execution.

NameTypeReqDescription
colsintegerTerminal width in columns
commandstringShell to use (default: bash)
execstringyesCommand to execute in the session
rowsintegerTerminal height in rows
timeoutnumberSeconds to wait for command output

No output schema declared.

No examples provided.

session_list ~20

List all active terminal sessions with their status and idle time.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

session_read ~117

Read output from a session. Stream mode waits for output to settle; snapshot mode returns the current terminal screen (requires enable_snapshot=true).

NameTypeReqDescription
modestringRead mode: 'stream' (default) or 'snapshot'
scrollbackintegerLines of scrollback history to include (snapshot mode only)
session_idstringyesSession ID returned by session_create
strip_ansibooleanStrip ANSI escape sequences from output
timeoutnumberSettle timeout in seconds (stream mode)

No output schema declared.

No examples provided.

session_resize ~63

Resize the terminal window of an active session. Sends SIGWINCH to the process.

NameTypeReqDescription
colsintegeryesNew terminal width in columns
rowsintegeryesNew terminal height in rows
session_idstringyesSession ID returned by session_create

No output schema declared.

No examples provided.

session_send ~182

Send input text, a control character, or a special key to an active session. Use control_char for signals (e.g. 'c' for Ctrl-C). Use key for special keys (e.g. 'up', 'tab', 'f1').

NameTypeReqDescription
control_charstringControl character to send: 'c' (SIGINT), 'd' (EOF), 'z' (SIGTSTP), 'l' (clear), ']' (telnet)
inputstringText to send to the session
keystringSpecial key to send (arrow keys, function keys, etc.)
passwordstringPassword or secret to send (will not be logged)
press_enterbooleanAppend carriage return after input
session_idstringyesSession ID returned by session_create

No output schema declared.

No examples provided.

Common questions

What is the io.github.mkpvishnu/terminal-mcp server?

io.github.mkpvishnu/terminal-mcp is listed in the public MCP registry as io.github.mkpvishnu/terminal-mcp. MCP server for interactive terminal sessions, SSH, REPLs, database CLIs, TUI apps. This page covers its PyPI package (terminal-mcp).

Is the io.github.mkpvishnu/terminal-mcp server safe to use?

io.github.mkpvishnu/terminal-mcp scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.mkpvishnu/terminal-mcp server expose?

io.github.mkpvishnu/terminal-mcp exposes 7 tools: session_create, session_send, session_resize, session_read, session_close, and 2 more. Their descriptions and schemas cost roughly 669 tokens of context every time the server is loaded.

Is the io.github.mkpvishnu/terminal-mcp server still maintained?

io.github.mkpvishnu/terminal-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.mkpvishnu/terminal-mcp server under?

io.github.mkpvishnu/terminal-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.