Interactive Terminal runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from npm. Last commit 16 Feb 2026.
MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: node -e "try{require('fs').chmodSync(require('path').join(require.resolve('node-pty'),'..','..','prebuilds',process.platform+'-'+process.arch,'spawn-helper'),0o755)}catch{}"
const ptyProcess = pty.spawn(options.command, options.args ?? [], {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add interactive-terminal -- npx -y mcp-interactive-terminal
{
"mcpServers": {
"interactive-terminal": {
"args": [
"-y",
"mcp-interactive-terminal"
],
"command": "npx"
}
}
}
[mcp_servers.interactive-terminal]
command = "npx"
args = ["-y", "mcp-interactive-terminal"]
{
"mcpServers": {
"interactive-terminal": {
"args": [
"-y",
"mcp-interactive-terminal"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"interactive-terminal": {
"args": [
"-y",
"mcp-interactive-terminal"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MCP_TERMINAL_MAX_SESSIONS (Maximum concurrent sessions), MCP_TERMINAL_SANDBOX (Enable OS-level kernel sandboxing), MCP_TERMINAL_REDACT_SECRETS (Redact AWS keys, tokens, private keys in output).
The author declared them in the registry entry; get the values from the project itself.
MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps
MCP server for interacting with Oracle databases
MCP server for interacting with PostgreSQL databases
An MCP server for MySQL databases.
MCP server for local SQLite database operations
MCP server for interacting with the Supabase platform
MCP server for TERMDAT — the terminology database of the Swiss Federal Administration
MCP server for querying PostgreSQL databases
Answers built from our own checks of this server.