Odel
smart terminal mcp

smart terminal mcp

Local
@pungggi12JavaScriptUpdated Yesterday

MCP PTY server providing AI agents with real interactive terminal access

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsmart-terminal-mcpv1.2.39

Run

npx -y smart-terminal-mcp

MCP client config

{
  "mcpServers": {
    "smart-terminal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "smart-terminal-mcp"
      ]
    }
  }
}